diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-23 17:04:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-23 17:04:13 +0800 |
commit | f56871002628f8b30a6f880818421d55173c077b (patch) | |
tree | 7f0ca6da0671c526ab9ed2827ccb3c72324144d8 /textproc | |
parent | f41268e63276d1d345961becdb5c163340a65fbd (diff) | |
download | freebsd-ports-gnome-f56871002628f8b30a6f880818421d55173c077b.tar.gz freebsd-ports-gnome-f56871002628f8b30a6f880818421d55173c077b.tar.zst freebsd-ports-gnome-f56871002628f8b30a6f880818421d55173c077b.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CSS/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-CSS/Makefile b/textproc/p5-CSS/Makefile index 089a930162a6..16bf35ec0964 100644 --- a/textproc/p5-CSS/Makefile +++ b/textproc/p5-CSS/Makefile @@ -12,9 +12,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object oriented access to Cascading Style Sheets (CSS) +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |