Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:46:06 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5674944e3f2a - main - textproc/p5-Template-Plugin-Filter-Minify-JavaScript: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202106251346.15PDk6RP087830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5674944e3f2a5e9fce7996eca3574738a13cdb08

commit 5674944e3f2a5e9fce7996eca3574738a13cdb08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:37:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:37:59 +0000

    textproc/p5-Template-Plugin-Filter-Minify-JavaScript: Add LICENSE_FILE and NO_ARCH
---
 textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251346.15PDk6RP087830>