diff options
-rw-r--r-- | math/p5-Bit-Vector/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index 0756fd9e764d..64131fabca21 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Library of advanced math functions that includes a Perl OO module -RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |