1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- 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)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-07-13 06:41:45 +00:00
parent abd83c846d
commit d20fa5fcc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277632
3 changed files with 14 additions and 11 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/