diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
commit | 43f0c9f153cbb6a2e3db53e004582f6729057928 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /www/p5-Scrappy | |
parent | 51a9b4dec5856fd0ce0b884de19626c1cc420758 (diff) | |
download | freebsd-ports-gnome-43f0c9f153cbb6a2e3db53e004582f6729057928.tar.gz freebsd-ports-gnome-43f0c9f153cbb6a2e3db53e004582f6729057928.tar.zst freebsd-ports-gnome-43f0c9f153cbb6a2e3db53e004582f6729057928.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer)
Diffstat (limited to 'www/p5-Scrappy')
-rw-r--r-- | www/p5-Scrappy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Scrappy/Makefile b/www/p5-Scrappy/Makefile index 8204e55f615a..b2cd8b588728 100644 --- a/www/p5-Scrappy/Makefile +++ b/www/p5-Scrappy/Makefile @@ -30,7 +30,8 @@ BUILD_DEPENDS= p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= scrappy.1 MAN3= Scrappy.3 \ |