diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-16 09:25:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-16 09:25:27 +0800 |
commit | a702cfba935d4fa7446b5cdafacbd1ba0f2796b9 (patch) | |
tree | da32151d2eb569bb55911587c1610960ce3d9152 /www | |
parent | efba0e3752bad8c52b1c31da8c4942cc3c69ce03 (diff) | |
download | freebsd-ports-gnome-a702cfba935d4fa7446b5cdafacbd1ba0f2796b9.tar.gz freebsd-ports-gnome-a702cfba935d4fa7446b5cdafacbd1ba0f2796b9.tar.zst freebsd-ports-gnome-a702cfba935d4fa7446b5cdafacbd1ba0f2796b9.zip |
- Update to 3471
- Add BUILD_DEPENDS and TEST_DEPENDS
Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR: ports/163308
Submitted by: sunpoet (myself)
Approved by: Vick Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CSS-Inliner/Makefile | 7 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile index 79f5a3cf1300..bb4acc361d25 100644 --- a/www/p5-CSS-Inliner/Makefile +++ b/www/p5-CSS-Inliner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CSS-Inliner -PORTVERSION= 3385 +PORTVERSION= 3471 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,10 +17,13 @@ COMMENT= Library for converting CSS blocks and files to inline styles LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ +BUILD_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ p5-HTML-Tree>=4.2:${PORTSDIR}/www/p5-HTML-Tree \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo index ea8858aa3ad7..8581abdd88b8 100644 --- a/www/p5-CSS-Inliner/distinfo +++ b/www/p5-CSS-Inliner/distinfo @@ -1,2 +1,2 @@ -SHA256 (CSS-Inliner-3385.tar.gz) = 5c91b51513a196ddd6f1714982295f12028baad969c9ec83293193c2beb2db30 -SIZE (CSS-Inliner-3385.tar.gz) = 19164 +SHA256 (CSS-Inliner-3471.tar.gz) = 382b8f9f556c2bd245fe49f6a9e98a64e3a14459dcfb10effda2ff7e5f0ea32a +SIZE (CSS-Inliner-3471.tar.gz) = 19222 |