diff options
Diffstat (limited to 'math/p5-Math-BaseCnv/Makefile')
-rw-r--r-- | math/p5-Math-BaseCnv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-BaseCnv/Makefile b/math/p5-Math-BaseCnv/Makefile index 6b23d2584d90..29d802068491 100644 --- a/math/p5-Math-BaseCnv/Makefile +++ b/math/p5-Math-BaseCnv/Makefile @@ -7,7 +7,6 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION}O6Pbr -EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Fast functions to convert between number Bases @@ -16,7 +15,7 @@ BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -USES= perl5 +USES= perl5 tar:tgz USE_PERL5= configure .include <bsd.port.mk> |