4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
57 lines
1.5 KiB
Makefile
57 lines
1.5 KiB
Makefile
# Created by: lbr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SOAP-Lite
|
|
PORTVERSION= 0.60a
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= SOAP::Lite - Client and server side SOAP implementation
|
|
|
|
RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
|
|
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
p5-XML-Parser>=0:${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
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
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>
|