diff options
author | mat <mat@FreeBSD.org> | 2015-04-12 17:13:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-12 17:13:08 +0800 |
commit | 1423e496219eacc6d02da2236743227e83aa4bd9 (patch) | |
tree | 582b4a6e8e40374539487447bcceafa53a1c039f | |
parent | 0d43ce6b16bd46eb4af4e6fa06cbadbfae40a159 (diff) | |
download | freebsd-ports-gnome-1423e496219eacc6d02da2236743227e83aa4bd9.tar.gz freebsd-ports-gnome-1423e496219eacc6d02da2236743227e83aa4bd9.tar.zst freebsd-ports-gnome-1423e496219eacc6d02da2236743227e83aa4bd9.zip |
This need Module::Build.
Sponsored by: Absolight
-rw-r--r-- | textproc/p5-Google-Data-JSON/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index 0c179f61e086..313be3b6a9e4 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -26,6 +26,6 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk> |