aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-04-13 20:24:13 +0800
committermat <mat@FreeBSD.org>2015-04-13 20:24:13 +0800
commit42f35eb710b2380c51170cc8445946f0d0fa78eb (patch)
tree620387eaabeb07b80757a1e50838c01edfc4b626 /devel
parentd65389aa8ea3c8c665b05a7e6e54a1a0d13008f2 (diff)
downloadfreebsd-ports-gnome-42f35eb710b2380c51170cc8445946f0d0fa78eb.tar.gz
freebsd-ports-gnome-42f35eb710b2380c51170cc8445946f0d0fa78eb.tar.zst
freebsd-ports-gnome-42f35eb710b2380c51170cc8445946f0d0fa78eb.zip
This needs Module::Build.
Sponsored by: Absolight
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Lexical-Import/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Lexical-Import/Makefile b/devel/p5-Lexical-Import/Makefile
index 8adf1f7fb844..9923ba01c14c 100644
--- a/devel/p5-Lexical-Import/Makefile
+++ b/devel/p5-Lexical-Import/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-USE_PERL5= configure
+USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>