diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:53:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 21:53:18 +0000 |
commit | 9c4705836ee78753180169ec2192973fca3ebb02 (patch) | |
tree | 042d39f72f9d2a2e0b1df54a20262a41dad7f09d /security/p5-Crypt-AppleTwoFish/Makefile | |
parent | 08c14fd9a4ee272b0581c4e3cfdc5dcf94ee2f5a (diff) | |
download | ports-9c4705836ee78753180169ec2192973fca3ebb02.tar.gz ports-9c4705836ee78753180169ec2192973fca3ebb02.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-AppleTwoFish/Makefile')
-rw-r--r-- | security/p5-Crypt-AppleTwoFish/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/p5-Crypt-AppleTwoFish/Makefile b/security/p5-Crypt-AppleTwoFish/Makefile new file mode 100644 index 000000000000..26f4f6877abd --- /dev/null +++ b/security/p5-Crypt-AppleTwoFish/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: p5-Crypt-AppleTwoFish +# Date created: 18 Dec 2006 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Crypt-AppleTwoFish +PORTVERSION= 0.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for Apple iTMS internal key descrambling algorithm + +PERL_CONFIGURE= yes + +MAN3= Crypt::AppleTwoFish.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> |