23 lines
426 B
Makefile
23 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.3 2015/08/17 09:46:24 benoit Exp $
|
|
|
|
COMMENT= SOAP with WSDL support
|
|
|
|
DISTNAME = SOAP-WSDL-3.003
|
|
CATEGORIES= www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
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>
|