diff options
author | will <will@FreeBSD.org> | 2001-01-14 14:13:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-14 14:13:23 +0800 |
commit | 6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a (patch) | |
tree | 5b83310eec61aae302591b47f348b623870c7cb1 /security/p5-Crypt-UnixCrypt | |
parent | a1c262be60afcb3a0b7c4c9d8f00915b0790584f (diff) | |
download | freebsd-ports-gnome-6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a.tar.gz freebsd-ports-gnome-6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a.tar.zst freebsd-ports-gnome-6bfbbc2dcc700a7e2a1dc0f1dba7365622316a4a.zip |
Add p5-Crypt-UnixCrypt 1.0, a perl module implementing crypt(3).
Requested by: jim
Diffstat (limited to 'security/p5-Crypt-UnixCrypt')
-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 |
5 files changed, 32 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> diff --git a/security/p5-Crypt-UnixCrypt/distinfo b/security/p5-Crypt-UnixCrypt/distinfo new file mode 100644 index 000000000000..0d8e26ad862d --- /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 000000000000..5511c78632a1 --- /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 000000000000..b1ee1c6ed783 --- /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 000000000000..de43e346f11e --- /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 |