aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-POE-Component-Server-SimpleHTTP/Makefile
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2006-09-18 02:53:36 +0800
committerlth <lth@FreeBSD.org>2006-09-18 02:53:36 +0800
commitfd575e6fef227582aff3a792fd4b3ca9000dff39 (patch)
tree93ea875a21bb725802c67bad101f47bdcf4b4137 /www/p5-POE-Component-Server-SimpleHTTP/Makefile
parent975df44554abb7bf2b10b658ddabab89aa6c341a (diff)
downloadfreebsd-ports-gnome-fd575e6fef227582aff3a792fd4b3ca9000dff39.tar.gz
freebsd-ports-gnome-fd575e6fef227582aff3a792fd4b3ca9000dff39.tar.zst
freebsd-ports-gnome-fd575e6fef227582aff3a792fd4b3ca9000dff39.zip
Update to 1.12. Now requires perl from ports
Diffstat (limited to 'www/p5-POE-Component-Server-SimpleHTTP/Makefile')
-rw-r--r--www/p5-POE-Component-Server-SimpleHTTP/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile
index 2b5d304fc203..3a089caa233a 100644
--- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile
+++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= POE-Component-Server-SimpleHTTP
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -40,14 +40,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE
BUILD_DEPENDS+= ${SITE_PERL}/IPC/Shareable.pm:${PORTSDIR}/devel/p5-IPC-Shareable
.endif
-.if ${PERL_LEVEL} < 500600
-EXTRA_PATCHES= ${FILESDIR}/500503-*
-
-post-patch:
- @${PERL} -pi -e 's/^our ([\$$\@]\w+)/use vars qw($$1); $$1/;' \
- -e '$$_ = "" if /use warnings/;' \
- $$(${FIND} ${WRKSRC} -name '*.pm')
- @${RM} ${WRKSRC}/lib/POE/Component/Server/SimpleHTTP.pm.orig
+.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
+IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>