View | Details | Raw Unified | Return to bug 196405
Collapse All | Expand All

(-)math/p5-Math-BigInt/Makefile (-3 / +8 lines)
Lines 2-18 Link Here
2
# $FreeBSD: head/math/p5-Math-BigInt/Makefile 373448 2014-11-26 13:08:24Z mat $
2
# $FreeBSD: head/math/p5-Math-BigInt/Makefile 373448 2014-11-26 13:08:24Z mat $
3
3
4
PORTNAME=	Math-BigInt
4
PORTNAME=	Math-BigInt
5
PORTVERSION=	1.997
5
PORTVERSION=	1.9993
6
PORTREVISION=	1
7
CATEGORIES=	math perl5
6
CATEGORIES=	math perl5
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
8
MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
10
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
11
10
12
MAINTAINER=	tobez@FreeBSD.org
11
MAINTAINER=	tobez@FreeBSD.org
13
COMMENT=	Math::BigInt - Arbitrary size integer math package
12
COMMENT=	Arbitrary size integer math perl package
13
14
LICENSE=	ART10 GPLv1
15
LICENSE_COMB=	dual
14
16
15
USES=		perl5
17
USES=		perl5
16
USE_PERL5=	configure
18
USE_PERL5=	configure
19
NO_ARCH=	yes
20
21
#pre-install:	test
17
22
18
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)math/p5-Math-BigInt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Math-BigInt-1.997.tar.gz) = a80b0c77e650ff5ca85203f464be297dbac3f61c5c6e50bf77c99a5bf850099a
1
SHA256 (Math-BigInt-1.9993.tar.gz) = d937c0d1afbb3ddd9b666177faf56471b6c2d1917863db5879d04a2d1a69bf7e
2
SIZE (Math-BigInt-1.997.tar.gz) = 213533
2
SIZE (Math-BigInt-1.9993.tar.gz) = 215143

Return to bug 196405