aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Text-Iconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Text-Iconv/Makefile')
-rw-r--r--converters/p5-Text-Iconv/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile
index 4b8b4762d8ac..a83dec15351d 100644
--- a/converters/p5-Text-Iconv/Makefile
+++ b/converters/p5-Text-Iconv/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Text::Iconv
-# Date created: 26 Dec 2000
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= Text-Iconv
PORTVERSION= 1.7
@@ -14,9 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to iconv() codeset conversion function
-USES= iconv
-
-PERL_CONFIGURE= yes
+USES= perl5 iconv
+USE_PERL5= configure
CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -liconv"