mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add p5-Crypt-UnixCrypt 1.0, a perl module implementing crypt(3).
Requested by: jim
This commit is contained in:
parent
db3f608af1
commit
c28a980ece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37174
@ -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
|
||||
|
24
security/p5-Crypt-UnixCrypt/Makefile
Normal file
24
security/p5-Crypt-UnixCrypt/Makefile
Normal file
@ -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>
|
1
security/p5-Crypt-UnixCrypt/distinfo
Normal file
1
security/p5-Crypt-UnixCrypt/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Crypt-UnixCrypt-1.0.tar.gz) = ff007b7fdda2aa626acaca216750c422
|
1
security/p5-Crypt-UnixCrypt/pkg-comment
Normal file
1
security/p5-Crypt-UnixCrypt/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module implementing crypt(3) function
|
3
security/p5-Crypt-UnixCrypt/pkg-descr
Normal file
3
security/p5-Crypt-UnixCrypt/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Crypt::UnixCrypt - perl-only implementation of the crypt(3) function.
|
||||
|
||||
--will
|
3
security/p5-Crypt-UnixCrypt/pkg-plist
Normal file
3
security/p5-Crypt-UnixCrypt/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user