Update to version 2.03.
PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
This commit is contained in:
parent
206c2580e5
commit
c76693c52b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38727
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-DES
|
||||
PORTVERSION= 1.01
|
||||
PORTVERSION= 2.03
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
@ -16,13 +16,9 @@ MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RESTRICTED= "Crypto; export-controlled"
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Crypt::DES.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Crypt-DES-1.01.tar.gz) = d7f5bc456daccd5607550754db647c0f
|
||||
MD5 (Crypt-DES-2.03.tar.gz) = 1b9a84e14214e74e71dd80f906a3db96
|
||||
|
@ -1,6 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/DES.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/DES.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/DES.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/DES.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user