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