diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/Makefile | 21 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Authen-DecHpwd/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index cadf3ce10594..098865e5b024 100644 --- a/security/Makefile +++ b/security/Makefile @@ -328,6 +328,7 @@ SUBDIR += p5-Authen-Bitcard SUBDIR += p5-Authen-Captcha SUBDIR += p5-Authen-CyrusSASL + SUBDIR += p5-Authen-DecHpwd SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Libwrap 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> diff --git a/security/p5-Authen-DecHpwd/distinfo b/security/p5-Authen-DecHpwd/distinfo new file mode 100644 index 000000000000..165a09d47fdf --- /dev/null +++ b/security/p5-Authen-DecHpwd/distinfo @@ -0,0 +1,3 @@ +MD5 (Authen-DecHpwd-2.002.tar.gz) = 61127cb1c432e4e9afb84916fcd68e01 +SHA256 (Authen-DecHpwd-2.002.tar.gz) = a40c97faf6769992c15b7e5e11b51e30dfb1911096afd0cf96d8b9b4c1485ce5 +SIZE (Authen-DecHpwd-2.002.tar.gz) = 18721 diff --git a/security/p5-Authen-DecHpwd/pkg-descr b/security/p5-Authen-DecHpwd/pkg-descr new file mode 100644 index 000000000000..5b42543a813c --- /dev/null +++ b/security/p5-Authen-DecHpwd/pkg-descr @@ -0,0 +1,5 @@ +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/ diff --git a/security/p5-Authen-DecHpwd/pkg-plist b/security/p5-Authen-DecHpwd/pkg-plist new file mode 100644 index 000000000000..225b311f2872 --- /dev/null +++ b/security/p5-Authen-DecHpwd/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Authen/DecHpwd.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd/DecHpwd.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/DecHpwd +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen |