diff options
Diffstat (limited to 'math/p5-Algorithm-Combinatorics/Makefile')
-rw-r--r-- | math/p5-Algorithm-Combinatorics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 56d85a56ab4b..9c281b4845b6 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Combinatorics -PORTVERSION= 0.08 +PORTVERSION= 0.12 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Efficient generation of combinatorial sequences -BUILD_DEPENDS= ${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Algorithm::Combinatorics.3 |