2013-09-11 19:56:03 +02:00
|
|
|
# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
|
2011-01-20 07:05:28 +01:00
|
|
|
|
|
|
|
PORTNAME= Crypt-Twofish_PP
|
|
|
|
PORTVERSION= 0.17
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2011-01-20 07:05:28 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN \
|
|
|
|
http://kostjn.spb.ru/freebsd/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kostjnspb@yandex.ru
|
|
|
|
COMMENT= The Twofish Algorithm in Pure Perl
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl
|
2012-04-10 00:56:11 +02:00
|
|
|
|
2013-09-11 19:56:03 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-01-20 07:05:28 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|