aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-04-12 16:45:54 +0800
committermat <mat@FreeBSD.org>2015-04-12 16:45:54 +0800
commit7ab9e83b4d99c5ddb94e1a47a4577916b08d1856 (patch)
tree851867f5e98429c7502dfa3373415edd59220819 /textproc
parent1317bdcb9de467e70bd1868d6b279932891d63e5 (diff)
downloadfreebsd-ports-gnome-7ab9e83b4d99c5ddb94e1a47a4577916b08d1856.tar.gz
freebsd-ports-gnome-7ab9e83b4d99c5ddb94e1a47a4577916b08d1856.tar.zst
freebsd-ports-gnome-7ab9e83b4d99c5ddb94e1a47a4577916b08d1856.zip
These need Module::Build.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Algorithm-CheckDigits/Makefile2
-rw-r--r--textproc/p5-Marpa-HTML/Makefile2
-rw-r--r--textproc/p5-Text-Lorem/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Algorithm-CheckDigits/Makefile b/textproc/p5-Algorithm-CheckDigits/Makefile
index 5d888dff7fb2..253388863b16 100644
--- a/textproc/p5-Algorithm-CheckDigits/Makefile
+++ b/textproc/p5-Algorithm-CheckDigits/Makefile
@@ -18,6 +18,6 @@ LICENSE_COMB= dual
TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
diff --git a/textproc/p5-Marpa-HTML/Makefile b/textproc/p5-Marpa-HTML/Makefile
index 14c021cd4c5d..11d5bab8dbd1 100644
--- a/textproc/p5-Marpa-HTML/Makefile
+++ b/textproc/p5-Marpa-HTML/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
p5-Marpa-XS>=0.026:${PORTSDIR}/lang/p5-Marpa-XS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= configure
+USE_PERL5= modbuild
USES= perl5
post-patch:
diff --git a/textproc/p5-Text-Lorem/Makefile b/textproc/p5-Text-Lorem/Makefile
index 5d26c05b99e7..6729d6d5b9f9 100644
--- a/textproc/p5-Text-Lorem/Makefile
+++ b/textproc/p5-Text-Lorem/Makefile
@@ -12,6 +12,6 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Generate random Latin looking text
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>