diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:18:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:18:04 +0800 |
commit | 341e51f40b4e511b54af9af654b9eb4f67832572 (patch) | |
tree | f90204b4e2d685234b34fcb9ff5a2baf0073270b | |
parent | 7b0312ad692361de274ab455bacf5e9b0dc3e7c2 (diff) | |
download | freebsd-ports-gnome-341e51f40b4e511b54af9af654b9eb4f67832572.tar.gz freebsd-ports-gnome-341e51f40b4e511b54af9af654b9eb4f67832572.tar.zst freebsd-ports-gnome-341e51f40b4e511b54af9af654b9eb4f67832572.zip |
- Add LICENSE
- Add NO_ARCH
-rw-r--r-- | lang/p5-Marpa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |