aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-FormHandler/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-28 09:45:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-28 09:45:39 +0000
commit6b7b94f22eeda2824d6d979b40bdb057bc017723 (patch)
tree027c8589009a77f0f60f4dc9c8ce39b9cdd53fa6 /www/p5-HTML-FormHandler/Makefile
parent68f19e3414b59e258a5c44cf055c316685a6dc3d (diff)
downloadports-6b7b94f22eeda2824d6d979b40bdb057bc017723.tar.gz
ports-6b7b94f22eeda2824d6d979b40bdb057bc017723.zip
- Update to 0.40062
- Fix *_DEPENDS: upstream replaced List::AllUtils with List::Util in 0.40060 - Add NO_ARCH Changes: http://search.cpan.org/dist/HTML-FormHandler/Changes
Notes
Notes: svn path=/head/; revision=390772
Diffstat (limited to 'www/p5-HTML-FormHandler/Makefile')
-rw-r--r--www/p5-HTML-FormHandler/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/www/p5-HTML-FormHandler/Makefile b/www/p5-HTML-FormHandler/Makefile
index 838f10fc8a15..b061b9373f6c 100644
--- a/www/p5-HTML-FormHandler/Makefile
+++ b/www/p5-HTML-FormHandler/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= HTML-FormHandler
-PORTVERSION= 0.40061
+PORTVERSION= 0.40062
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
@@ -24,7 +24,6 @@ BUILD_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
- p5-List-AllUtils>=0.07:${PORTSDIR}/devel/p5-List-AllUtils \
p5-Locale-Maketext>=1.09:${PORTSDIR}/devel/p5-Locale-Maketext \
p5-Moose>=2.0007:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Getopt>=0.16:${PORTSDIR}/devel/p5-MooseX-Getopt \
@@ -45,7 +44,15 @@ TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>