mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 2.12
PR: ports/42619 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: knu (mentor)
This commit is contained in:
parent
14dbd8f567
commit
b10df0f2c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66925
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: Twofish
|
||||
# New ports collection makefile for: Crypt-Twofish
|
||||
# Date created: Wed Jan 3 16:29:03 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Twofish
|
||||
PORTVERSION= 1.0
|
||||
PORTNAME= Crypt-Twofish
|
||||
PORTVERSION= 2.12
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/Crypt/Twofish
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Crypt::Twofish.3
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Twofish-1.0.tar.gz) = 0c4d916aee5f0978bca2314a84b23b2c
|
||||
MD5 (Crypt-Twofish-2.12.tar.gz) = 39937a00e4d5e6a5d700d1cd9991517c
|
||||
|
@ -1,5 +1,8 @@
|
||||
Crypt::Twofish is a perl module implementing the Twofish cipher.
|
||||
This module implements Twofish encryption. It supports the Crypt::CBC
|
||||
interface. It also provides an interface that is call- compatible
|
||||
with Crypt::Twofish 1.0, but its use in new code is strongly
|
||||
discouraged.
|
||||
|
||||
Author: Nishant Kakani <nishantkakani@hotmail.com>
|
||||
WWW: http://search.cpan.org/search?dist=Crypt-Twofish
|
||||
|
||||
--will
|
||||
|
@ -1,9 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish
|
||||
@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
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user