head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.21.17.38.45;	author eadler;	state Exp;
branches;
next	1.7;

1.7
date	2009.03.31.10.56.08;	author lth;	state Exp;
branches;
next	1.6;

1.6
date	2008.08.09.10.05.44;	author lth;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.25.07.43.09;	author lth;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.03.06.58.56;	author lth;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.21.07.51.14;	author lth;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.15.08.41.44;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.12.19.45.13;	author lth;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-POE-Component-Server-SOAP
# Date created:				12 October 2005
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-POE-Component-Server-SOAP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	POE-Component-Server-SOAP
PORTVERSION=	1.14
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Publish POE event handlers via SOAP over HTTP

BUILD_DEPENDS=	p5-SOAP-Lite>=0.55:${PORTSDIR}/net/p5-SOAP-Lite \
		p5-POE-Component-Server-SimpleHTTP>=1.54:${PORTSDIR}/www/p5-POE-Component-Server-SimpleHTTP \
		p5-POE>=0:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	POE::Component::Server::SOAP.3 \
	POE::Component::Server::SOAP::Response.3

.include <bsd.port.mk>
@


1.8
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Update to 1.14
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.6
log
@Update to 1.13
@
text
@d9 1
a9 1
PORTVERSION=	1.13
d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
		${SITE_PERL}/POE/Component/Server/SimpleHTTP.pm:${PORTSDIR}/www/p5-POE-Component-Server-SimpleHTTP \
		${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
@


1.5
log
@Update to 1.12
@
text
@d9 1
a9 1
PORTVERSION=	1.12
@


1.4
log
@Update to 1.11. Remove 4.x cruft.
@
text
@d9 1
a9 1
PORTVERSION=	1.11
@


1.3
log
@Update to 1.10. Now requires perl from ports.
@
text
@d9 1
a9 1
PORTVERSION=	1.10
d27 1
a27 5
.include <bsd.port.pre.mk>
.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>
@


1.2
log
@- Update to 1.09
- Removed obsolete code
@
text
@d9 1
a9 1
PORTVERSION=	1.09
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	POE
d28 2
a29 6
.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
@


1.1
log
@Add p5-POE-Component-Server-SOAP 1.08, publish POE event handlers via
SOAP over HTTP.
@
text
@d9 1
a9 1
PORTVERSION=	1.08
a34 5
#	@@${PERL} -pi -e '$$_ = "" if /use warnings/;' \
#		     -e '$$_ = "" if /ABSTRACT_FROM/;' \
#		     -e 's/^our\s+([\$$\@@\%]\w+)/use vars qw($$1); $$1/;' \
#		${WRKSRC}/Makefile.PL \
#		${WRKSRC}/lib/Class/DBI/DATA/Schema.pm
@

