openbsd-ports/www/p5-SOAP-Lite/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

38 lines
834 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/09/15 20:38:24 merdely Exp $
COMMENT= client and server-side SOAP implementation
MODULES= cpan
DISTNAME= SOAP-Lite-0.69
CATEGORIES= www
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::mail/p5-MIME-tools \
::www/p5-URI \
::security/p5-IO-Socket-SSL \
::security/p5-Crypt-SSLeay \
::www/p5-libwww \
::mail/p5-MIME-Lite \
::textproc/p5-XML-Parser \
::www/mod_perl
CONFIGURE_ARGS+= --noprompt \
--HTTP-Client --HTTPS-Client \
--MAILTO-Client --FTP-Client \
--HTTP-Daemon --HTTP-Apache \
--noHTTP-FCGI --POP3-Server \
--IO-Server --noMQ \
--noJABBER --MIMEParser \
--TCP --HTTP
post-extract:
rm -rf ${WRKSRC}/lib/OldDocs
.include <bsd.port.mk>