diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:55:15 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:55:15 +0000 |
commit | 3a682b1c6de1971cd69dcd7e61045e26c073ddc9 (patch) | |
tree | 24a716914b8434d5c8bdea75d4cd84fa39a42a56 /security/p5-Crypt-CFB/Makefile | |
parent | 9c4705836ee78753180169ec2192973fca3ebb02 (diff) | |
download | ports-3a682b1c6de1971cd69dcd7e61045e26c073ddc9.tar.gz ports-3a682b1c6de1971cd69dcd7e61045e26c073ddc9.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CFB/Makefile')
-rw-r--r-- | security/p5-Crypt-CFB/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/p5-Crypt-CFB/Makefile b/security/p5-Crypt-CFB/Makefile new file mode 100644 index 000000000000..5a0c6bc9ec9a --- /dev/null +++ b/security/p5-Crypt-CFB/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: p5-Crypt-CFB +# Date created: 18 Dec 2006 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Crypt-CFB +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for encrypting data in Cipher Feedback Mode + +PERL_CONFIGURE= yes + +MAN3= Crypt::CFB.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> |