aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:59 +0000
commit5674944e3f2a5e9fce7996eca3574738a13cdb08 (patch)
tree17e64b7a6f2770db0dad6ffff8241a991677d3f5
parent80c715f2adad2bc47962b374cba0744937f80652 (diff)
downloadports-5674944e3f2a5e9fce7996eca3574738a13cdb08.tar.gz
ports-5674944e3f2a5e9fce7996eca3574738a13cdb08.zip
textproc/p5-Template-Plugin-Filter-Minify-JavaScript: Add LICENSE_FILE and NO_ARCH
-rw-r--r--textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
index ed83946ef375..c217f9c7bc9d 100644
--- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
+++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile
@@ -12,12 +12,15 @@ COMMENT= JavaScript::Minifier filter for Template Toolkit
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-JavaScript-Minifier>=0:textproc/p5-JavaScript-Minifier \
p5-Template-Toolkit>=2:www/p5-Template-Toolkit
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>