diff options
Diffstat (limited to 'math/p5-Math-Base36/Makefile')
-rw-r--r-- | math/p5-Math-Base36/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |