diff options
author | az <az@FreeBSD.org> | 2013-09-14 22:47:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 22:47:56 +0800 |
commit | 0e976df11039ab51cbd35c06f4b0500ddda540ed (patch) | |
tree | 2494f1a087318441aea0ea521ccf891615e31715 /www/p5-WWW-Mechanize-SpamCop | |
parent | 21e950fbb97388d3730c77c1f07359333f3a8168 (diff) | |
download | freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.tar.gz freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.tar.zst freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-WWW-Mechanize-SpamCop')
-rw-r--r-- | www/p5-WWW-Mechanize-SpamCop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-WWW-Mechanize-SpamCop/Makefile b/www/p5-WWW-Mechanize-SpamCop/Makefile index 5c9061cff4da..985050144761 100644 --- a/www/p5-WWW-Mechanize-SpamCop/Makefile +++ b/www/p5-WWW-Mechanize-SpamCop/Makefile @@ -16,9 +16,9 @@ COMMENT= SpamCop reporting automation RUN_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::SpamCop.3 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> |