1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/p5-SOAP-Lite-060/Makefile
Martin Matuska ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
2010-09-21 07:56:43 +00:00

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= ${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}/${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
.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>