2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Patrick Powell <papowell@astart.com>
|
2010-12-27 07:33:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Compile-SOAP-WSA
|
|
|
|
PORTVERSION= 0.12
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-27 07:33:26 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= papowell@astart.com
|
|
|
|
COMMENT= SOAP message messages with WSA fields
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \
|
|
|
|
p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-Log-Report>=0.22:${PORTSDIR}/devel/p5-Log-Report \
|
|
|
|
p5-XML-Compile-SOAP>=2.10:${PORTSDIR}/net/p5-XML-Compile-SOAP \
|
|
|
|
p5-XML-Compile>=1.01:${PORTSDIR}/textproc/p5-XML-Compile \
|
|
|
|
p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-12-27 07:33:26 +01:00
|
|
|
|
2013-09-06 16:30:23 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-12-27 07:33:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|