diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-01-14 20:29:16 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-01-14 20:29:16 +0800 |
commit | 405c1fc71913321ac27dbc1eddbbf858ce98b149 (patch) | |
tree | abdd569ba891cb0f33bfa14c15bb2fab328b1784 /www | |
parent | 2815457db8d1cdec0e8436e451bf175a0b7f4ec8 (diff) | |
download | freebsd-ports-gnome-405c1fc71913321ac27dbc1eddbbf858ce98b149.tar.gz freebsd-ports-gnome-405c1fc71913321ac27dbc1eddbbf858ce98b149.tar.zst freebsd-ports-gnome-405c1fc71913321ac27dbc1eddbbf858ce98b149.zip |
blah WWW::Mechanize::SpamCop is used to automate spam reporting on
spamcop.net's web site.
WWW: http://search.cpan.org/dist/WWW-Mechanize-SpamCop/
PR: ports/153595
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-SpamCop/Makefile | 24 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-SpamCop/distinfo | 2 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-SpamCop/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-SpamCop/pkg-plist | 8 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index aa29f6dcda06..7b3b5d0579ab 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1255,6 +1255,7 @@ SUBDIR += p5-WWW-Mechanize-Pluggable SUBDIR += p5-WWW-Mechanize-Plugin-phpBB SUBDIR += p5-WWW-Mechanize-Shell + SUBDIR += p5-WWW-Mechanize-SpamCop SUBDIR += p5-WWW-Mechanize-TreeBuilder SUBDIR += p5-WWW-Mediawiki-Client SUBDIR += p5-WWW-Mixi diff --git a/www/p5-WWW-Mechanize-SpamCop/Makefile b/www/p5-WWW-Mechanize-SpamCop/Makefile new file mode 100644 index 000000000000..5c9061cff4da --- /dev/null +++ b/www/p5-WWW-Mechanize-SpamCop/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-WWW-Mechanize-SpamCop +# Date created: 2011-01-01 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Mechanize-SpamCop +PORTVERSION= 0.08 +CATEGORIES= www mail +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= SpamCop reporting automation + +RUN_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize + +PERL_CONFIGURE= yes + +MAN3= WWW::Mechanize::SpamCop.3 + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/www/p5-WWW-Mechanize-SpamCop/distinfo b/www/p5-WWW-Mechanize-SpamCop/distinfo new file mode 100644 index 000000000000..838f7f59afb5 --- /dev/null +++ b/www/p5-WWW-Mechanize-SpamCop/distinfo @@ -0,0 +1,2 @@ +SHA256 (WWW-Mechanize-SpamCop-0.08.tar.gz) = bf66c2d7b4102dadf40bd169681f3b754220e16cee17d9f8efc2910d2732b0c4 +SIZE (WWW-Mechanize-SpamCop-0.08.tar.gz) = 3082 diff --git a/www/p5-WWW-Mechanize-SpamCop/pkg-descr b/www/p5-WWW-Mechanize-SpamCop/pkg-descr new file mode 100644 index 000000000000..e89c115e5154 --- /dev/null +++ b/www/p5-WWW-Mechanize-SpamCop/pkg-descr @@ -0,0 +1,4 @@ +blah WWW::Mechanize::SpamCop is used to automate spam reporting on +spamcop.net's web site. + +WWW: http://search.cpan.org/dist/WWW-Mechanize-SpamCop/ diff --git a/www/p5-WWW-Mechanize-SpamCop/pkg-plist b/www/p5-WWW-Mechanize-SpamCop/pkg-plist new file mode 100644 index 000000000000..2434970cd47a --- /dev/null +++ b/www/p5-WWW-Mechanize-SpamCop/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/SpamCop/.packlist +%%SITE_PERL%%/WWW/Mechanize/SpamCop.pm +@dirrmtry %%SITE_PERL%%/WWW/Mechanize +@dirrmtry %%SITE_PERL%%/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize/SpamCop +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mechanize +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW |