diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 11:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 11:52:07 +0000 |
commit | 323117a18d6c477908bca93e46dbc36c7962c320 (patch) | |
tree | c9c4c04e4a336fc31fa181ede9d9a629b813b1af /textproc/p5-CSS-Simple | |
parent | 332c7e4542a0cfdc3c56dc620ebbe3567c3fae74 (diff) | |
download | ports-323117a18d6c477908bca93e46dbc36c7962c320.tar.gz ports-323117a18d6c477908bca93e46dbc36c7962c320.zip |
Notes
Diffstat (limited to 'textproc/p5-CSS-Simple')
-rw-r--r-- | textproc/p5-CSS-Simple/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-CSS-Simple/Makefile b/textproc/p5-CSS-Simple/Makefile index c9cdcdd884c1..8dabcd8bdfee 100644 --- a/textproc/p5-CSS-Simple/Makefile +++ b/textproc/p5-CSS-Simple/Makefile @@ -10,18 +10,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Interface through which to read/write/manipulate CSS files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash USES= perl5 USE_PERL5= configure -MAN3= CSS::Simple.3 PLIST_FILES= %%SITE_PERL%%/CSS/Simple.pm \ + %%PERL5_MAN3%%/CSS::Simple.3.gz \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \ %%SITE_PERL%%/CSS -NO_STAGE= yes .include <bsd.port.mk> |