aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SKey/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-21 15:40:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-21 15:40:50 +0000
commit89a50ab6386a57ca49265fc79f8f3251c0327686 (patch)
tree5463e92f28d14c2168c5eabee7343106cefe3ea2 /security/p5-Crypt-SKey/Makefile
parenta0ef1b0ad62b84dc70476e76dca9579ed72ef1b3 (diff)
downloadports-89a50ab6386a57ca49265fc79f8f3251c0327686.tar.gz
ports-89a50ab6386a57ca49265fc79f8f3251c0327686.zip
Notes
Diffstat (limited to 'security/p5-Crypt-SKey/Makefile')
-rw-r--r--security/p5-Crypt-SKey/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/p5-Crypt-SKey/Makefile b/security/p5-Crypt-SKey/Makefile
new file mode 100644
index 000000000000..6200b4b26a90
--- /dev/null
+++ b/security/p5-Crypt-SKey/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: p5-Crypt-SKey
+# Date created: 20 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-SKey
+PORTVERSION= 0.07
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl S/Key calculator
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::SKey.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>