aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Ctr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-Ctr/Makefile')
-rw-r--r--security/p5-Crypt-Ctr/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile
index 49ddc6fef771..b5a776baf5dc 100644
--- a/security/p5-Crypt-Ctr/Makefile
+++ b/security/p5-Crypt-Ctr/Makefile
@@ -5,6 +5,7 @@
PORTNAME= Crypt-Ctr
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@@ -13,12 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension for encrypting data in Counter Mode
+BUILD_DEPENDS= ${SITE_PERL}/Crypt/CFB.pm:${PORTSDIR}/security/p5-Crypt-CFB
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Crypt::Ctr.3
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>