summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-31 06:54:09 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-31 06:54:09 +0000
commit0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch)
treece66d6984b8e2580d19a3e478f618b13623e3080 /converters
parentConvert my ports to the new perl order (diff)
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
Notes
Notes: svn path=/head/; revision=324007
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Encode/Makefile3
-rw-r--r--converters/recode/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile
index b41eebad1a83..54e840f51069 100644
--- a/converters/p5-Encode/Makefile
+++ b/converters/p5-Encode/Makefile
@@ -15,7 +15,8 @@ COMMENT= Provides interfaces between strings and the rest of the system
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= patch configure
MAN3= Encode.3 \
Encode::Alias.3 \
diff --git a/converters/recode/Makefile b/converters/recode/Makefile
index 18d1bc523217..cb73c61cc5e2 100644
--- a/converters/recode/Makefile
+++ b/converters/recode/Makefile
@@ -11,9 +11,9 @@ MASTER_SITE_SUBDIR= recode
MAINTAINER= demon@FreeBSD.org
COMMENT= Converts files between character sets and usages
-USES= gettext iconv
+USES= gettext iconv perl5
USE_AUTOTOOLS= libtool
-USE_PERL5= yes
+USE_PERL5= patch run build
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-included-gettext
CPPFLAGS+= -I${LOCALBASE}/include