openbsd-ports/www/p5-SOAP-WSDL/Makefile
jasper 8ecd9e3d51 import p5-SOAP-WSDL 2.00.10
SOAP::WSDL provides easy access to Web Services with WSDL descriptions.
The WSDL is parsed and stored in memory. Your data is serialized
according to the rules in the WSDL.  The only transport mechanisms
currently supported are http and https.

ok sthen@
2010-12-22 20:25:22 +00:00

27 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/22 20:25:22 jasper Exp $
COMMENT= SOAP with WSDL support
DISTNAME= SOAP-WSDL-2.00.10
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
CONFIGURE_STYLE= modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-Std-Fast \
textproc/p5-Template \
textproc/p5-XML-Parser \
www/p5-libwww
.include <bsd.port.mk>