aboutsummaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Server-SOAP/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2006-09-21 07:51:14 +0000
committerLars Thegler <lth@FreeBSD.org>2006-09-21 07:51:14 +0000
commita58da7ae506a01b398192566fc160474996da1f8 (patch)
tree09a283dba757d5dbbee9376a26e22d0e48150bdf /www/p5-POE-Component-Server-SOAP/Makefile
parent76b19097bc64760a11012beeeb239dc3db13c058 (diff)
downloadports-a58da7ae506a01b398192566fc160474996da1f8.tar.gz
ports-a58da7ae506a01b398192566fc160474996da1f8.zip
Notes
Diffstat (limited to 'www/p5-POE-Component-Server-SOAP/Makefile')
-rw-r--r--www/p5-POE-Component-Server-SOAP/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/www/p5-POE-Component-Server-SOAP/Makefile b/www/p5-POE-Component-Server-SOAP/Makefile
index 26c3cdd41170..bf251f42b2c0 100644
--- a/www/p5-POE-Component-Server-SOAP/Makefile
+++ b/www/p5-POE-Component-Server-SOAP/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= POE-Component-Server-SOAP
-PORTVERSION= 1.09
+PORTVERSION= 1.10
CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
@@ -26,11 +25,7 @@ MAN3= POE::Component::Server::SOAP.3 \
POE::Component::Server::SOAP::Response.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-post-patch:
- @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \
- -e '$$_ = "" if /use warnings/;' \
- ${WRKSRC}/lib/POE/Component/Server/SOAP.pm \
- ${WRKSRC}/lib/POE/Component/Server/SOAP/Response.pm
+.if ${PERL_LEVEL} < 500600 # from p5-MIME-Tools, via p5-SOAP-Lite
+IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>