diff options
Diffstat (limited to 'math/p5-Math-Base36/Makefile')
-rw-r--r-- | math/p5-Math-Base36/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 720740665a9b..f59928add2b2 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Math-Base36 -PORTVERSION= 0.1 -PORTEPOCH= 1 +PORTVERSION= 0.07 +PORTEPOCH= 2 CATEGORIES= math perl5 converters MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mhsin@mhsin.org COMMENT= Encoding and decoding of base36 strings -PERL_CONFIGURE= yes +BUILD_DEPENDS= p5-Math-BigInt>=1.60:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/Base36 +PERL_CONFIGURE= yes MAN3= Math::Base36.3 |