diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-23 09:04:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-05-23 09:04:13 +0000 |
commit | f5de3b2cce8eb2439326a33329b2b33b89f9f77d (patch) | |
tree | 7f0ca6da0671c526ab9ed2827ccb3c72324144d8 | |
parent | 1db6d403ce6ea096aa9f533b88768defe2bc4f4b (diff) |
Notes
-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> |