diff options
author | swills <swills@FreeBSD.org> | 2012-09-08 20:02:13 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-08 20:02:13 +0000 |
commit | f8fa60b736152227c76a8ddc9f1060b29530106b (patch) | |
tree | b3b07f309f450a8e2a352b50bd3d452f4f05b769 | |
parent | 5d6fb9854dcb080c94ca8fbb59674484d46b9580 (diff) | |
download | FreeBSD-ports-f8fa60b736152227c76a8ddc9f1060b29530106b.zip FreeBSD-ports-f8fa60b736152227c76a8ddc9f1060b29530106b.tar.gz |
- Update to 0.10
PR: ports/171044
Approved by: maintainer timeout (mhsin@mhsin.org, >2 weeks)
-rw-r--r-- | math/p5-Math-Base36/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Base36/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Base36/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 386aedc..595ff66 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Base36 -PORTVERSION= 0.09 +PORTVERSION= 0.10 PORTEPOCH= 2 CATEGORIES= math converters perl5 MASTER_SITES= CPAN @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mhsin@mhsin.org COMMENT= Encoding and decoding of base36 strings +BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker + PERL_CONFIGURE= yes MAN3= Math::Base36.3 diff --git a/math/p5-Math-Base36/distinfo b/math/p5-Math-Base36/distinfo index 19e2131..2febabc 100644 --- a/math/p5-Math-Base36/distinfo +++ b/math/p5-Math-Base36/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Base36-0.09.tar.gz) = c17dc1d5004be1f69e72c2f4b2e8b2d97c12106515750872f8a90f423bcd222f -SIZE (Math-Base36-0.09.tar.gz) = 19365 +SHA256 (Math-Base36-0.10.tar.gz) = ac1a2fd22547cdf89d90da1b5e5b14afcdee4dcaca029fce94c92288e2458cc7 +SIZE (Math-Base36-0.10.tar.gz) = 20414 diff --git a/math/p5-Math-Base36/pkg-plist b/math/p5-Math-Base36/pkg-plist index d227c01..648df0f 100644 --- a/math/p5-Math-Base36/pkg-plist +++ b/math/p5-Math-Base36/pkg-plist @@ -3,4 +3,3 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math -@dirrmtry %%SITE_PERL%%/auto/Math |