diff options
author | mat <mat@FreeBSD.org> | 2015-04-12 16:45:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-12 16:45:54 +0800 |
commit | 7ab9e83b4d99c5ddb94e1a47a4577916b08d1856 (patch) | |
tree | 851867f5e98429c7502dfa3373415edd59220819 /lang/p5-Marpa | |
parent | 1317bdcb9de467e70bd1868d6b279932891d63e5 (diff) | |
download | freebsd-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 'lang/p5-Marpa')
-rw-r--r-- | lang/p5-Marpa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile index 1b569ec3617d..7602f90cb00d 100644 --- a/lang/p5-Marpa/Makefile +++ b/lang/p5-Marpa/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 .include <bsd.port.mk> |