diff options
Diffstat (limited to 'net/p5-Crypt-DH-GMP/Makefile')
-rw-r--r-- | net/p5-Crypt-DH-GMP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Crypt-DH-GMP/Makefile b/net/p5-Crypt-DH-GMP/Makefile index 73ad0cf15fab..a2bfe9e9f107 100644 --- a/net/p5-Crypt-DH-GMP/Makefile +++ b/net/p5-Crypt-DH-GMP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-DH-GMP -PORTVERSION= 0.00011 +PORTVERSION= 0.00012 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Crypt::DH Using GMP Directly +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Devel-CheckLib>=0.40:${PORTSDIR}/devel/p5-Devel-CheckLib LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires |