aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Twofish_PP
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 17:56:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 17:56:03 +0000
commitcd3cb6184d743f557750904f520cdc062e37b05e (patch)
treea0a6ea50f1979424b6292321aaea818b1b88aec4 /security/p5-Crypt-Twofish_PP
parent72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff)
downloadports-cd3cb6184d743f557750904f520cdc062e37b05e.tar.gz
ports-cd3cb6184d743f557750904f520cdc062e37b05e.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326998
Diffstat (limited to 'security/p5-Crypt-Twofish_PP')
-rw-r--r--security/p5-Crypt-Twofish_PP/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-Twofish_PP/Makefile b/security/p5-Crypt-Twofish_PP/Makefile
index 8934bf9504de..bfaa50e3825f 100644
--- a/security/p5-Crypt-Twofish_PP/Makefile
+++ b/security/p5-Crypt-Twofish_PP/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Crypt-Twofish_PP
-# Date created: 19 January 2010
-# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
-#
+# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
# $FreeBSD$
-#
PORTNAME= Crypt-Twofish_PP
PORTVERSION= 0.17
@@ -19,7 +15,8 @@ COMMENT= The Twofish Algorithm in Pure Perl
BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::Twofish_PP.3 \
Crypt::Twofish_PP::Key16.3 \