diff options
Diffstat (limited to 'math/p5-Bit-Vector/Makefile')
-rw-r--r-- | math/p5-Bit-Vector/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index 2c5113dc42db..d4ec36687d25 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -7,6 +7,7 @@ PORTNAME= Bit-Vector PORTVERSION= 6.4 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Bit @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Library of advanced math functions that includes a Perl OO module +RUN_DEPENDS= ${SITE_PERL}/Carp/Clan.pm:${PORTSDIR}/devel/p5-Carp-Clan +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= Bit::Vector.3 Bit::Vector::Overload.3 Bit::Vector::String.3 |