aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:28 +0000
commit52ac3b2614db40af0e5590a0ae26563df59e6c31 (patch)
tree23b0e08046f402a26281edce21ec2cbf36d35414
parent27601bcbd94b4b2843816b669d1a28f0d4a6315f (diff)
downloadports-52ac3b2614db40af0e5590a0ae26563df59e6c31.tar.gz
ports-52ac3b2614db40af0e5590a0ae26563df59e6c31.zip
devel/p5-Geo-JSON: Add LICENSE_FILE and NO_ARCH
-rw-r--r--devel/p5-Geo-JSON/Makefile5
1 files changed, 4 insertions, 1 deletions
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>