24 lines
438 B
Makefile
24 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:57:22 naddy Exp $
|
|
|
|
COMMENT= SOAP with WSDL support
|
|
|
|
DISTNAME = SOAP-WSDL-3.003
|
|
CATEGORIES= www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= example
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Class-Std-Fast \
|
|
textproc/p5-Template \
|
|
textproc/p5-XML-Parser \
|
|
www/p5-libwww \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|