aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-UnixCrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-UnixCrypt/Makefile')
-rw-r--r--security/p5-Crypt-UnixCrypt/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile
new file mode 100644
index 000000000000..d0f4dc9e7bc4
--- /dev/null
+++ b/security/p5-Crypt-UnixCrypt/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Crypt-UnixCrypt
+# Date created: Sun Jan 14 01:10:08 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-UnixCrypt
+PORTVERSION= 1.0
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Crypt::UnixCrypt.3
+
+.include <bsd.port.mk>