diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-11 12:58:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-11 12:58:20 +0000 |
commit | 138031930c920e7aa2d4f7fa8601543d6e644c6e (patch) | |
tree | 48bf4e19421b890f3b6899498d721139bb7d03ea /www/p5-HTML-Query | |
parent | 7816f2466c55c7884c3547907b25e9f4a4692187 (diff) | |
download | ports-138031930c920e7aa2d4f7fa8601543d6e644c6e.tar.gz ports-138031930c920e7aa2d4f7fa8601543d6e644c6e.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Query')
-rw-r--r-- | www/p5-HTML-Query/Makefile | 28 | ||||
-rw-r--r-- | www/p5-HTML-Query/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTML-Query/pkg-descr | 4 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-HTML-Query/Makefile b/www/p5-HTML-Query/Makefile new file mode 100644 index 000000000000..9278f8629e74 --- /dev/null +++ b/www/p5-HTML-Query/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-HTML-Query +# Date created: Wed Oct 24 10:09:12 EDT 2007 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= HTML-Query +PORTVERSION= 0.02 +CATEGORIES= finance perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/A/AB/ABW +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= JQuery-like selection queries for HTML::Element + +RUN_DEPENDS+= p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \ + p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree + +PERL_CONFIGURE= yes + +MAN3= HTML::Query.3 +PLIST_FILES= %%SITE_PERL%%/HTML/Query.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Query/.packlist +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML-Query + +.include <bsd.port.mk> diff --git a/www/p5-HTML-Query/distinfo b/www/p5-HTML-Query/distinfo new file mode 100644 index 000000000000..c922c7b5bf50 --- /dev/null +++ b/www/p5-HTML-Query/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-Query-0.02.tar.gz) = 97c72e38de74dce3c748037a42bb00e3 +SHA256 (HTML-Query-0.02.tar.gz) = 4b33a9728bf5b09b8d99878a3b4d66f21176c92a1123a490bbdd52561a4887ff +SIZE (HTML-Query-0.02.tar.gz) = 11973 diff --git a/www/p5-HTML-Query/pkg-descr b/www/p5-HTML-Query/pkg-descr new file mode 100644 index 000000000000..1d9d93856f70 --- /dev/null +++ b/www/p5-HTML-Query/pkg-descr @@ -0,0 +1,4 @@ +The HTML::Query module provides jQuery-like selection queries for +HTML::Element. + +WWW: http://search.cpan.org/dist/HTML-Query |