View | Details | Raw Unified | Return to bug 42619
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/security/p5-Crypt-Twofish/Makefile,v 1.2 2001/03/01 06:37:15 vanilla Exp $
5
# $FreeBSD: ports/security/p5-Crypt-Twofish/Makefile,v 1.2 2001/03/01 06:37:15 vanilla Exp $
6
#
6
#
7
7
8
PORTNAME=	Twofish
8
PORTNAME=	Crypt-Twofish
9
PORTVERSION=	1.0
9
PORTVERSION=	2.12
10
CATEGORIES=	security perl5
10
CATEGORIES=	security perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Crypt
12
MASTER_SITE_SUBDIR=	Crypt
Lines 14-20 Link Here
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
16
17
WRKSRC=		${WRKDIR}/Crypt/Twofish
18
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	yes
19
18
20
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
19
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Twofish-1.0.tar.gz) = 0c4d916aee5f0978bca2314a84b23b2c
1
MD5 (Crypt-Twofish-2.12.tar.gz) = 39937a00e4d5e6a5d700d1cd9991517c
(-)pkg-descr (-2 / +5 lines)
Lines 1-5 Link Here
1
Crypt::Twofish is a perl module implementing the Twofish cipher.
1
This module implements Twofish encryption.  It supports the Crypt::CBC
2
interface.  It also provides an interface that is call- compatible
3
with Crypt::Twofish 1.0, but its use in new code is strongly
4
discouraged.
2
5
3
Author: Nishant Kakani <nishantkakani@hotmail.com>
6
WWW: http://search.cpan.org/search?dist=Crypt-Twofish
4
7
5
--will
8
--will
(-)pkg-plist (-2 lines)
Lines 1-9 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pm
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish.pod
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/.packlist
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/.packlist
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.bs
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.bs
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.so
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/Twofish.so
6
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish/autosplit.ix
7
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish
5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
9
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true

Return to bug 42619