aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Bit-Vector
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-01-05 06:16:32 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-01-05 06:16:32 +0000
commit863c23858b91dfbf9048821e5486949bee5f91ca (patch)
tree128fddb8447e36513faeb66f3341da7d7f84b42d /math/p5-Bit-Vector
parent280d53337f06278b6b51cfdaac6f237e3b50ace0 (diff)
downloadports-863c23858b91dfbf9048821e5486949bee5f91ca.tar.gz
ports-863c23858b91dfbf9048821e5486949bee5f91ca.zip
Add missing dependency.
Submitted by: leeym PR: 91329
Notes
Notes: svn path=/head/; revision=152784
Diffstat (limited to 'math/p5-Bit-Vector')
-rw-r--r--math/p5-Bit-Vector/Makefile4
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