diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 06:18:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 06:18:53 +0000 |
commit | 8d51c7ddcf80b3b60709e61c4b96b31cc650fe68 (patch) | |
tree | 078842a6af2d1e25535b00a6c44bf520fef112a5 /devel/p5-IO-Toolkit | |
parent | bc17191dc8b116a1e03d33e622a7c7be7d232fad (diff) | |
download | ports-8d51c7ddcf80b3b60709e61c4b96b31cc650fe68.tar.gz ports-8d51c7ddcf80b3b60709e61c4b96b31cc650fe68.zip |
Notes
Diffstat (limited to 'devel/p5-IO-Toolkit')
-rw-r--r-- | devel/p5-IO-Toolkit/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-IO-Toolkit/Makefile b/devel/p5-IO-Toolkit/Makefile index c818099b930b..00325d78e2e1 100644 --- a/devel/p5-IO-Toolkit/Makefile +++ b/devel/p5-IO-Toolkit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-Toolkit -# Date created: 2006-07-12 -# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> -# +# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> # $FreeBSD$ -# PORTNAME= IO-Toolkit PORTVERSION= 1.008 @@ -19,7 +15,8 @@ COMMENT= IO::Toolkit - Perl extension to create logfiles BUILD_DEPENDS= p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6 RUN_DEPENDS= p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::Toolkit.3 |