diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-01-05 06:16:32 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-01-05 06:16:32 +0000 |
commit | 863c23858b91dfbf9048821e5486949bee5f91ca (patch) | |
tree | 128fddb8447e36513faeb66f3341da7d7f84b42d /math/p5-Bit-Vector/Makefile | |
parent | 280d53337f06278b6b51cfdaac6f237e3b50ace0 (diff) | |
download | ports-863c23858b91dfbf9048821e5486949bee5f91ca.tar.gz ports-863c23858b91dfbf9048821e5486949bee5f91ca.zip |
Notes
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 |