846424b94e
length (128, 192, or 256 bits) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. It has been one of the five finalists for AES. This module is written in pure Perl, it should run everywhere where Perl runs. WWW: http://search.cpan.org/dist/Crypt-Twofish_PP/ PR: ports/154142 Submitted by: Konstantin Menshikov <kostjnspb@yandex.ru> Feature safe: yes
25 lines
579 B
Makefile
25 lines
579 B
Makefile
# New ports collection makefile for: p5-Crypt-Twofish_PP
|
|
# Date created: 19 January 2010
|
|
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-Twofish_PP
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN \
|
|
http://kostjn.spb.ru/freebsd/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kostjnspb@yandex.ru
|
|
COMMENT= The Twofish Algorithm in Pure Perl
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Crypt::Twofish_PP.3 \
|
|
Crypt::Twofish_PP::Key16.3 \
|
|
Crypt::Twofish_PP::Key24.3 \
|
|
Crypt::Twofish_PP::Key32.3
|
|
|
|
.include <bsd.port.mk>
|