diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 14:41:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-13 14:41:45 +0800 |
commit | 47d4080be6d9857cb5c3ea019cf85691caeadd36 (patch) | |
tree | e9d4b25a36c267de48619403f430b7700c37f5e8 /www | |
parent | 3170f1c8a1c8ce3fadd94b317076b45767ff8dd4 (diff) | |
download | freebsd-ports-gnome-47d4080be6d9857cb5c3ea019cf85691caeadd36.tar.gz freebsd-ports-gnome-47d4080be6d9857cb5c3ea019cf85691caeadd36.tar.zst freebsd-ports-gnome-47d4080be6d9857cb5c3ea019cf85691caeadd36.zip |
- Update to 3295
Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR: ports/158259 (based on)
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Vick Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CSS-Inliner/Makefile | 19 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/distinfo | 4 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/pkg-descr | 2 |
3 files changed, 14 insertions, 11 deletions
diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile index 45c8cae92a26..5354f732e5cd 100644 --- a/www/p5-CSS-Inliner/Makefile +++ b/www/p5-CSS-Inliner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CSS-Inliner -PORTVERSION= 3275 +PORTVERSION= 3295 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,20 +14,23 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Library for converting CSS blocks and files to inline styles -RUN_DEPENDS= p5-CSS-Simple>=3211:${PORTSDIR}/textproc/p5-CSS-Simple \ - p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI -LICENSE_COMB= dual -LICENSE= ART10 GPLv1 - PERL_CONFIGURE= yes -MAN3= CSS::Inliner.3 +MAN3= CSS::Inliner.3 CSS::Inliner::Parser.3 PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \ + %%SITE_PERL%%/CSS/Inliner/Parser.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner \ + %%SITE_PERL%%/CSS/Inliner +PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \ + %%SITE_PERL%%/CSS .include <bsd.port.mk> diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo index 3765bf48864d..e11f2ff66e3e 100644 --- a/www/p5-CSS-Inliner/distinfo +++ b/www/p5-CSS-Inliner/distinfo @@ -1,2 +1,2 @@ -SHA256 (CSS-Inliner-3275.tar.gz) = 07a41c21c866f649713458c07ee2746e1cea71e95ac24c0ce3a3a2df172910e8 -SIZE (CSS-Inliner-3275.tar.gz) = 15629 +SHA256 (CSS-Inliner-3295.tar.gz) = 8bb234f3546b41549ca4b8e7cbbad855322dac27548ec0e6abd7d1096980646f +SIZE (CSS-Inliner-3295.tar.gz) = 19128 diff --git a/www/p5-CSS-Inliner/pkg-descr b/www/p5-CSS-Inliner/pkg-descr index 5732d3453158..2cdda7ea68e5 100644 --- a/www/p5-CSS-Inliner/pkg-descr +++ b/www/p5-CSS-Inliner/pkg-descr @@ -1,4 +1,4 @@ Library for converting CSS <style> blocks and external CSS files to inline styles. -WWW: http://search.cpan.org/dist/CSS-Inliner +WWW: http://search.cpan.org/dist/CSS-Inliner/ |