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

(-)Makefile (-4 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Math-Base36
8
PORTNAME=	Math-Base36
9
PORTVERSION=	0.1
9
PORTVERSION=	0.07
10
PORTEPOCH=	1
10
PORTEPOCH=	2
11
CATEGORIES=	math perl5 converters
11
CATEGORIES=	math perl5 converters
12
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 15-23 Link Here
15
MAINTAINER=	mhsin@mhsin.org
15
MAINTAINER=	mhsin@mhsin.org
16
COMMENT=	Encoding and decoding of base36 strings
16
COMMENT=	Encoding and decoding of base36 strings
17
17
18
PERL_CONFIGURE=	yes
18
BUILD_DEPENDS=	p5-Math-BigInt>=1.60:${PORTSDIR}/math/p5-Math-BigInt
19
RUN_DEPENDS=	${BUILD_DEPENDS}
19
20
20
WRKSRC=	${WRKDIR}/Base36
21
PERL_CONFIGURE=	yes
21
22
22
MAN3=		Math::Base36.3
23
MAN3=		Math::Base36.3
23
24
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Math-Base36-0.1.tar.gz) = da3d1c3b260b6eb4aa3dea3b4726a142
1
MD5 (Math-Base36-0.07.tar.gz) = 27b4b1a8c175b1717aac3bb6893be9f6
2
SHA256 (Math-Base36-0.1.tar.gz) = d4412320c9af399f99f2ff53c6d5bfc72528f134e7a8fa1a48c208f511c8ac36
2
SHA256 (Math-Base36-0.07.tar.gz) = 3c612966edab0035dbb95fc44975dac27a0cfeb951815b60792bffb73d6b6ad5
3
SIZE (Math-Base36-0.1.tar.gz) = 2469
3
SIZE (Math-Base36-0.07.tar.gz) = 15896
(-)pkg-plist (-2 lines)
Lines 1-8 Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36/.packlist
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36/.packlist
2
%%SITE_PERL%%/Math/Base36.pm
2
%%SITE_PERL%%/Math/Base36.pm
3
%%SITE_PERL%%/auto/Math/Base36/autosplit.ix
4
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36
5
@dirrm %%SITE_PERL%%/auto/Math/Base36
6
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
4
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
7
@dirrmtry %%SITE_PERL%%/Math
5
@dirrmtry %%SITE_PERL%%/Math
8
@dirrmtry %%SITE_PERL%%/auto/Math
6
@dirrmtry %%SITE_PERL%%/auto/Math

Return to bug 140738