aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>