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-Data-Visitor-Encode | |
parent | bc17191dc8b116a1e03d33e622a7c7be7d232fad (diff) |
Notes
Diffstat (limited to 'devel/p5-Data-Visitor-Encode')
-rw-r--r-- | devel/p5-Data-Visitor-Encode/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Data-Visitor-Encode/Makefile b/devel/p5-Data-Visitor-Encode/Makefile index b11e9ec5eb17..a3f358ede960 100644 --- a/devel/p5-Data-Visitor-Encode/Makefile +++ b/devel/p5-Data-Visitor-Encode/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Data::Visitor::Encode -# Date created: 23 Jan 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Data-Visitor-Encode PORTVERSION= 0.10007 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Visitor::Encode.3 |