aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-DecHpwd/Makefile
diff options
context:
space:
mode:
authorbrix <brix@FreeBSD.org>2008-06-02 04:57:22 +0800
committerbrix <brix@FreeBSD.org>2008-06-02 04:57:22 +0800
commit908bc3509ebc67ed3c41e6d289c38f09c58ddbf2 (patch)
tree40871967c9360bdaba84d48895c9d18875af8d82 /security/p5-Authen-DecHpwd/Makefile
parent0ff8c0b703f2b2e24b263be2f2de013af868c915 (diff)
downloadfreebsd-ports-gnome-908bc3509ebc67ed3c41e6d289c38f09c58ddbf2.tar.gz
freebsd-ports-gnome-908bc3509ebc67ed3c41e6d289c38f09c58ddbf2.tar.zst
freebsd-ports-gnome-908bc3509ebc67ed3c41e6d289c38f09c58ddbf2.zip
This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling functions. WWW: http://search.cpan.org/dist/Authen-DecHpwd/ Approved by: erwin (mentor)
Diffstat (limited to 'security/p5-Authen-DecHpwd/Makefile')
-rw-r--r--security/p5-Authen-DecHpwd/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile
new file mode 100644
index 000000000000..086d6567c03a
--- /dev/null
+++ b/security/p5-Authen-DecHpwd/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Authen-DecHpwd
+# Date created: 01 Jun 2008
+# Whom: brix@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= Authen-DecHpwd
+PORTVERSION= 2.002
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= brix@FreeBSD.org
+COMMENT= Perl module for DEC VMS password hashing
+
+PERL_MODBUILD= yes
+
+MAN3= Authen::DecHpwd.3
+
+.include <bsd.port.mk>