mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
67 lines
1.7 KiB
Makefile
67 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
|
|
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
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \
|
|
${WRKSRC}/bin/* ${WRKSRC}/t/*
|
|
|
|
.include <bsd.port.post.mk>
|