diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-14 06:13:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-14 06:13:23 +0000 |
commit | c28a980ece5e827dabcc8e9b57e9040d26d02c4f (patch) | |
tree | 96450327b2621b20fb6805b74298e8dd9edc377e /security/p5-Crypt-UnixCrypt | |
parent | db3f608af1d96d5da456b48b555972234cd877e0 (diff) | |
download | ports-c28a980ece5e827dabcc8e9b57e9040d26d02c4f.tar.gz ports-c28a980ece5e827dabcc8e9b57e9040d26d02c4f.zip |
Notes
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 |