aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-CAST5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-CAST5/Makefile')
-rw-r--r--security/p5-Crypt-CAST5/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/p5-Crypt-CAST5/Makefile b/security/p5-Crypt-CAST5/Makefile
new file mode 100644
index 000000000000..4a7abd4b14eb
--- /dev/null
+++ b/security/p5-Crypt-CAST5/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: security/p5-Crypt-CAST5
+# Date created: 05 May 2010
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-CAST5
+PORTVERSION= 0.05
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= CAST5 block cipher
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::CAST5.3
+
+.include <bsd.port.mk>