diff options
author | culot <culot@FreeBSD.org> | 2014-09-08 22:48:22 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-09-08 22:48:22 +0800 |
commit | ce5829b6be3e7ca786bacbc404e3c9246adea98f (patch) | |
tree | 0cf9c68ee7bc00340fd7cc93c43033cc4eab553d /www | |
parent | 2f227ce8ab72962347356fb27ae3e170bb4859a1 (diff) | |
download | freebsd-ports-gnome-ce5829b6be3e7ca786bacbc404e3c9246adea98f.tar.gz freebsd-ports-gnome-ce5829b6be3e7ca786bacbc404e3c9246adea98f.tar.zst freebsd-ports-gnome-ce5829b6be3e7ca786bacbc404e3c9246adea98f.zip |
- Update to 0.09 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1)
Changes: http://search.cpan.org/dist/HTML-Query/ChangeLog
PR: ports/193285 [1]
Submitted by: Vick Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Query/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-Query/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTML-Query/pkg-descr | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/www/p5-HTML-Query/Makefile b/www/p5-HTML-Query/Makefile index 1bf095787e36..58616b905b64 100644 --- a/www/p5-HTML-Query/Makefile +++ b/www/p5-HTML-Query/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Query -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= JQuery-like selection queries for HTML::Element -RUN_DEPENDS+= p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS+= p5-Badger>=0.03:${PORTSDIR}/devel/p5-Badger \ p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree USES= perl5 diff --git a/www/p5-HTML-Query/distinfo b/www/p5-HTML-Query/distinfo index b13a472e8562..88c1764db3a7 100644 --- a/www/p5-HTML-Query/distinfo +++ b/www/p5-HTML-Query/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Query-0.08.tar.gz) = 13889f89077bcceb13bbfff29b5c57980e43a7757ed1391c28f07323999d4a7f -SIZE (HTML-Query-0.08.tar.gz) = 30306 +SHA256 (HTML-Query-0.09.tar.gz) = 1d9a1c9f8ac4f189a63a2dc958383b63491fdbf029ee0658a09b55aaefaf3089 +SIZE (HTML-Query-0.09.tar.gz) = 30884 diff --git a/www/p5-HTML-Query/pkg-descr b/www/p5-HTML-Query/pkg-descr index 1d9d93856f70..31d031783715 100644 --- a/www/p5-HTML-Query/pkg-descr +++ b/www/p5-HTML-Query/pkg-descr @@ -1,4 +1,4 @@ The HTML::Query module provides jQuery-like selection queries for HTML::Element. -WWW: http://search.cpan.org/dist/HTML-Query +WWW: http://search.cpan.org/dist/HTML-Query/ |