aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PKCS10/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2018-04-22 09:08:41 +0000
committerWen Heping <wen@FreeBSD.org>2018-04-22 09:08:41 +0000
commit5896e778f5c218cd0eeedbe92f90a4340b083214 (patch)
treebfe33259815eb740be271e5bbf236ace7c81e508 /security/p5-Crypt-PKCS10/Makefile
parenta80a48cf52e1604c928b737e335d154608dd6bc1 (diff)
downloadports-5896e778f5c218cd0eeedbe92f90a4340b083214.tar.gz
ports-5896e778f5c218cd0eeedbe92f90a4340b083214.zip
Notes
Diffstat (limited to 'security/p5-Crypt-PKCS10/Makefile')
-rw-r--r--security/p5-Crypt-PKCS10/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/p5-Crypt-PKCS10/Makefile b/security/p5-Crypt-PKCS10/Makefile
index abe9d0fcdd0f..7f0b90b49ecb 100644
--- a/security/p5-Crypt-PKCS10/Makefile
+++ b/security/p5-Crypt-PKCS10/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= Crypt-PKCS10
-PORTVERSION= 1.800201
+PORTVERSION= 1.9
+PORTEPOCH= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,6 +13,7 @@ COMMENT= Parse PKCS #10 certificate requests
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \
@@ -22,8 +24,10 @@ BUILD_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature
+PORTSCOUT= ignore:1.800201,1.8002
+
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>