diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-22 11:17:45 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-22 11:17:45 +0000 |
commit | a89f32ba5ef7c3606f400c1a181918f5b4f055a4 (patch) | |
tree | 497753dadeff2b91bda2c0e36d83561937c08962 /security/p5-Crypt-CipherSaber | |
parent | 7c3defecfebac1c5768e7b22dd7bd6195d8ac357 (diff) | |
download | ports-a89f32ba5ef7c3606f400c1a181918f5b4f055a4.tar.gz ports-a89f32ba5ef7c3606f400c1a181918f5b4f055a4.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CipherSaber')
-rw-r--r-- | security/p5-Crypt-CipherSaber/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/distinfo | 5 |
2 files changed, 14 insertions, 5 deletions
diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index 4da29e6a61f7..07c326ed3014 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -6,17 +6,25 @@ # PORTNAME= Crypt-CipherSaber -PORTVERSION= 0.61 +PORTVERSION= 1.00 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/C/CH/CHROMATIC +MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= jim@corebsd.or.id COMMENT= Perl module providing an OO interface to CipherSaber encryption +BUILD_DEPENDS= ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn + PERL_CONFIGURE= yes MAN3= Crypt::CipherSaber.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again. +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo index 3c4a9e7b80de..b9d61cda8ce1 100644 --- a/security/p5-Crypt-CipherSaber/distinfo +++ b/security/p5-Crypt-CipherSaber/distinfo @@ -1,2 +1,3 @@ -MD5 (Crypt-CipherSaber-0.61.tar.gz) = ab70b3b1f8cc4397c7601376428d1efb -SIZE (Crypt-CipherSaber-0.61.tar.gz) = 8915 +MD5 (Crypt-CipherSaber-1.00.tar.gz) = a00b3e2591cc5f880a110cc53a0b2c7b +SHA256 (Crypt-CipherSaber-1.00.tar.gz) = 398bc187a4289ac7a14e22f70cfaafaab1ca9d323f90a276920e958e94c899e7 +SIZE (Crypt-CipherSaber-1.00.tar.gz) = 11315 |