diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-27 16:00:48 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-27 16:00:48 +0000 |
commit | 04ec01ce2da9a17d12ae5d51c093a253552883d0 (patch) | |
tree | f41b750b8bc7148a747ccc2884d1a016caeca18c /www/p5-WWW-Scripter | |
parent | 0f0b88ceeff18f491f40008d59ee6c7a1ad99776 (diff) | |
download | ports-04ec01ce2da9a17d12ae5d51c093a253552883d0.tar.gz ports-04ec01ce2da9a17d12ae5d51c093a253552883d0.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Scripter')
-rw-r--r-- | www/p5-WWW-Scripter/Makefile | 28 | ||||
-rw-r--r-- | www/p5-WWW-Scripter/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Scripter/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-WWW-Scripter/pkg-plist | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/www/p5-WWW-Scripter/Makefile b/www/p5-WWW-Scripter/Makefile new file mode 100644 index 000000000000..e252b417b51f --- /dev/null +++ b/www/p5-WWW-Scripter/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-WWW-Scripter +# Date created: 26 Jan 2010 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Scripter +PORTVERSION= 0.010 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Module for scripting web sites that have scripts + +RUN_DEPENDS= p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \ + p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-HTML-DOM>=0:${PORTSDIR}/www/p5-HTML-DOM \ + p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= 5.8.0+ + +MAN3= WWW::Scripter::Location.3 WWW::Scripter.3 \ + WWW::Scripter::History.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Scripter/distinfo b/www/p5-WWW-Scripter/distinfo new file mode 100644 index 000000000000..ab3c42ec231a --- /dev/null +++ b/www/p5-WWW-Scripter/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Scripter-0.010.tar.gz) = 369c619eaf0316babe2f48dae0aee165 +SHA256 (WWW-Scripter-0.010.tar.gz) = 0eceb0f4ed989a929c46c197493db624c13229eb0d9bd2f3c1a66c79af71bb54 +SIZE (WWW-Scripter-0.010.tar.gz) = 35990 diff --git a/www/p5-WWW-Scripter/pkg-descr b/www/p5-WWW-Scripter/pkg-descr new file mode 100644 index 000000000000..cb23cdf20848 --- /dev/null +++ b/www/p5-WWW-Scripter/pkg-descr @@ -0,0 +1,4 @@ +This is a subclass of WWW::Mechanize that uses the W3C DOM and provides support +for scripting. + +WWW: http://search.cpan.org/dist/WWW-Scripter diff --git a/www/p5-WWW-Scripter/pkg-plist b/www/p5-WWW-Scripter/pkg-plist new file mode 100644 index 000000000000..4cc6698981d3 --- /dev/null +++ b/www/p5-WWW-Scripter/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/WWW/Scripter/Location.pod +%%SITE_PERL%%/WWW/Scripter/History.pod +%%SITE_PERL%%/WWW/Scripter.pm +%%SITE_PERL%%/WWW/Scripter.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scripter/.packlist +@dirrmtry %%SITE_PERL%%/WWW/Scripter +@dirrmtry %%SITE_PERL%%/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scripter +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW |