diff options
author | az <az@FreeBSD.org> | 2013-09-03 02:23:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 02:23:34 +0800 |
commit | 6fcb190e486fac9b692dd8daaaaaadbe348038f1 (patch) | |
tree | 7649b1f5002c942331d22ad69679217a24b1ddf3 /www/p5-Blog-Spam | |
parent | bdaeee6c097c63aa0044805e42e07c85989a63e3 (diff) | |
download | freebsd-ports-gnome-6fcb190e486fac9b692dd8daaaaaadbe348038f1.tar.gz freebsd-ports-gnome-6fcb190e486fac9b692dd8daaaaaadbe348038f1.tar.zst freebsd-ports-gnome-6fcb190e486fac9b692dd8daaaaaadbe348038f1.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-Blog-Spam')
-rw-r--r-- | www/p5-Blog-Spam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Blog-Spam/Makefile b/www/p5-Blog-Spam/Makefile index 89cd30800c49..7644f452614a 100644 --- a/www/p5-Blog-Spam/Makefile +++ b/www/p5-Blog-Spam/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \ p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= blogspam.1 MAN3= Blog::Spam::API.3 \ |