diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 14:47:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 14:47:56 +0000 |
commit | 7815b83df4ba89985f8712047a45f85c382e7706 (patch) | |
tree | 2494f1a087318441aea0ea521ccf891615e31715 /www/p5-WWW-Mechanize-SpamCop | |
parent | c5dfbb4c8c4212dccdc951c8a5b4655e133ee065 (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327292
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> |