Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:43:22 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: 52ac3b2614db - main - devel/p5-Geo-JSON: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202106251343.15PDhMm6084223@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=52ac3b2614db40af0e5590a0ae26563df59e6c31

commit 52ac3b2614db40af0e5590a0ae26563df59e6c31
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:34:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:34:28 +0000

    devel/p5-Geo-JSON: Add LICENSE_FILE and NO_ARCH
---
 devel/p5-Geo-JSON/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Geo-JSON/Makefile b/devel/p5-Geo-JSON/Makefile
index 8e84a10cd38e..d9cc19174fb6 100644
--- a/devel/p5-Geo-JSON/Makefile
+++ b/devel/p5-Geo-JSON/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Perl OO interface for geojson
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-JSON>=0:converters/p5-JSON \
@@ -21,7 +22,9 @@ TEST_DEPENDS=	p5-Class-Load>=0:devel/p5-Class-Load \
 		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Most>=0:devel/p5-Test-Most
 
-USE_PERL5=	modbuildtiny
 USES=		perl5
+USE_PERL5=	modbuildtiny
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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