From 341e51f40b4e511b54af9af654b9eb4f67832572 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 4 Jul 2015 16:18:04 +0000 Subject: - Add LICENSE - Add NO_ARCH --- lang/p5-Marpa/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/p5-Marpa/Makefile b/lang/p5-Marpa/Makefile index a3355142152c..34fab07d76f8 100644 --- a/lang/p5-Marpa/Makefile +++ b/lang/p5-Marpa/Makefile @@ -13,10 +13,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse any Language You Can Describe in BNF +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \ p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 -- cgit