mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
09245cdc7b
0.60. p5-SOAP-Lite has been updated to CONFLICT with this. (Kids: Don't do SOAP.)
62 lines
1.7 KiB
Makefile
62 lines
1.7 KiB
Makefile
# New ports collection makefile for: p5-SOAP-Lite
|
|
# Date created: 2007-05-30
|
|
# Whom: lbr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SOAP-Lite
|
|
PORTVERSION= 0.60a
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SOAP
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= SOAP::Lite - Client and server side SOAP implementation
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
|
${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
|
|
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
|
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFLICTS= p5-SOAP-Lite-0.6[1-9]* p5-SOAP-Lite-0.[7-9]*
|
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-060
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.60
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --noprompt
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1
|
|
MAN3= Apache::SOAP.3 \
|
|
Apache::XMLRPC::Lite.3 \
|
|
SOAP::Lite.3 \
|
|
SOAP::Test.3 \
|
|
SOAP::Transport::FTP.3 \
|
|
SOAP::Transport::JABBER.3 \
|
|
SOAP::Transport::HTTP.3 \
|
|
SOAP::Transport::IO.3 \
|
|
SOAP::Transport::LOCAL.3 \
|
|
SOAP::Transport::MAILTO.3 \
|
|
SOAP::Transport::MQ.3 \
|
|
SOAP::Transport::POP3.3 \
|
|
SOAP::Transport::TCP.3 \
|
|
UDDI::Lite.3 \
|
|
XML::Parser::Lite.3 \
|
|
XMLRPC::Lite.3 \
|
|
XMLRPC::Test.3 \
|
|
XMLRPC::Transport::HTTP.3 \
|
|
XMLRPC::Transport::POP3.3 \
|
|
XMLRPC::Transport::TCP.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \
|
|
${WRKSRC}/bin/* ${WRKSRC}/t/*
|
|
|
|
.include <bsd.port.mk>
|