diff options
author | tobez <tobez@FreeBSD.org> | 2006-01-05 06:16:32 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-01-05 06:16:32 +0000 |
commit | c748182e6b89d5b8a0861aff88bab3d74057a6f1 (patch) | |
tree | 4a1ed64df814f5c4aefda762fabae3bd6cdea841 /math/p5-Bit-Vector | |
parent | f11a635ce30fb3e3d4e599e376621a8a63115de8 (diff) | |
download | FreeBSD-ports-c748182e6b89d5b8a0861aff88bab3d74057a6f1.zip FreeBSD-ports-c748182e6b89d5b8a0861aff88bab3d74057a6f1.tar.gz |
Add missing dependency.
Submitted by: leeym
PR: 91329
Diffstat (limited to 'math/p5-Bit-Vector')
-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 2c5113d..d4ec366 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 |