2013-05-06 12:56:17 +02:00
|
|
|
# Created by: Lars Thegler <lth@FreeBSD.org>
|
2008-04-15 09:32:40 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Compile-SOAP-Daemon
|
2016-05-15 18:12:49 +02:00
|
|
|
PORTVERSION= 3.12
|
2008-04-15 09:32:40 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-13 14:40:25 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-04-15 09:32:40 +02:00
|
|
|
COMMENT= Base class for SOAP message servers
|
|
|
|
|
2012-08-28 21:00:31 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Log-Report>=0.90:devel/p5-Log-Report \
|
|
|
|
p5-XML-Compile>=1.44:textproc/p5-XML-Compile \
|
|
|
|
p5-XML-Compile-Cache>=0.991:textproc/p5-XML-Compile-Cache \
|
|
|
|
p5-XML-Compile-SOAP>=3.00:net/p5-XML-Compile-SOAP \
|
|
|
|
p5-XML-Compile-WSDL11>=3.00:net/p5-XML-Compile-WSDL11
|
2012-03-12 10:31:12 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:16:16 +02:00
|
|
|
TEST_DEPENDS= p5-XML-Compile-Tester>=0.90:devel/p5-XML-Compile-Tester
|
2008-04-15 09:32:40 +02:00
|
|
|
|
2016-05-15 18:12:49 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-04-15 09:32:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|