diff options
author | will <will@FreeBSD.org> | 2001-01-14 06:13:23 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-14 06:13:23 +0000 |
commit | 6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a (patch) | |
tree | 5b83310eec61aae302591b47f348b623870c7cb1 /security | |
parent | a1c262be60afcb3a0b7c4c9d8f00915b0790584f (diff) | |
download | FreeBSD-ports-6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a.zip FreeBSD-ports-6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a.tar.gz |
Add p5-Crypt-UnixCrypt 1.0, a perl module implementing crypt(3).
Requested by: jim
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-UnixCrypt/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Crypt-UnixCrypt/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-UnixCrypt/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-UnixCrypt/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-UnixCrypt/pkg-plist | 3 |
6 files changed, 33 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 69a49c3..faa7ca6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -84,6 +84,7 @@ SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish + SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Digest-MD5 SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile new file mode 100644 index 0000000..d0f4dc9 --- /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> diff --git a/security/p5-Crypt-UnixCrypt/distinfo b/security/p5-Crypt-UnixCrypt/distinfo new file mode 100644 index 0000000..0d8e26a --- /dev/null +++ b/security/p5-Crypt-UnixCrypt/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-UnixCrypt-1.0.tar.gz) = ff007b7fdda2aa626acaca216750c422 diff --git a/security/p5-Crypt-UnixCrypt/pkg-comment b/security/p5-Crypt-UnixCrypt/pkg-comment new file mode 100644 index 0000000..5511c78 --- /dev/null +++ b/security/p5-Crypt-UnixCrypt/pkg-comment @@ -0,0 +1 @@ +Perl module implementing crypt(3) function diff --git a/security/p5-Crypt-UnixCrypt/pkg-descr b/security/p5-Crypt-UnixCrypt/pkg-descr new file mode 100644 index 0000000..b1ee1c6 --- /dev/null +++ b/security/p5-Crypt-UnixCrypt/pkg-descr @@ -0,0 +1,3 @@ +Crypt::UnixCrypt - perl-only implementation of the crypt(3) function. + +--will diff --git a/security/p5-Crypt-UnixCrypt/pkg-plist b/security/p5-Crypt-UnixCrypt/pkg-plist new file mode 100644 index 0000000..de43e34 --- /dev/null +++ b/security/p5-Crypt-UnixCrypt/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/UnixCrypt.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt |