aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA-Parse/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-04-01 06:51:05 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-04-01 06:51:05 +0000
commit0bc67c7cac618fb387123d746a49ccfcfbd459b6 (patch)
treea128aa51b69be3282a9a591252bfb06a0ec961c7 /security/p5-Crypt-RSA-Parse/Makefile
parent633e230fabf38d03af08602c796694cd8c9e9df5 (diff)
downloadports-0bc67c7cac618fb387123d746a49ccfcfbd459b6.tar.gz
ports-0bc67c7cac618fb387123d746a49ccfcfbd459b6.zip
Notes
Diffstat (limited to 'security/p5-Crypt-RSA-Parse/Makefile')
-rw-r--r--security/p5-Crypt-RSA-Parse/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/p5-Crypt-RSA-Parse/Makefile b/security/p5-Crypt-RSA-Parse/Makefile
index b2dd711a089a..e12054413df6 100644
--- a/security/p5-Crypt-RSA-Parse/Makefile
+++ b/security/p5-Crypt-RSA-Parse/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Crypt-RSA-Parse
PORTVERSION= 0.043
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,10 +13,13 @@ COMMENT= Parse RSA keys
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Crypt-Format>=0.06:security/p5-Crypt-Format
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Class-Accessor>=0.34:devel/p5-Class-Accessor \
+ p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
+ p5-Crypt-Format>=0.06:security/p5-Crypt-Format
+TEST_DEPENDS= p5-Test-NoWarnings>=0.01:devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>