[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / p5-SOAP-Lite

File: [cvs.NetBSD.org] / pkgsrc / net / p5-SOAP-Lite / Makefile (download)

Revision 1.42, Sat Jan 31 12:19:56 2015 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.41: +1 -2 lines

Remove p5-constant. Included in perl since 5.004, and current CPAN version
is older than current version incuded in perl itself. No point in having
this separately as well.

# $NetBSD: Makefile,v 1.42 2015/01/31 12:19:56 wiz Exp $

DISTNAME=	SOAP-Lite-1.11
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=SOAP/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.soaplite.com/
#HOMEPAGE=	http://search.cpan.org/dist/SOAP-Lite/
COMMENT=	Perl5 module providing a lightweight interface to SOAP
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
DEPENDS+=	p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
DEPENDS+=	p5-FCGI>=0:../../www/p5-FCGI
DEPENDS+=	{perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress
DEPENDS+=	p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
DEPENDS+=	{perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+=	p5-MIME-Lite>=0:../../mail/p5-MIME-Lite
DEPENDS+=	p5-MIME-tools>=0:../../mail/p5-MIME-tools
DEPENDS+=	{perl>=5.10,p5-Net>=0}:../../net/p5-Net
DEPENDS+=	p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
DEPENDS+=	p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+=	p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
DEPENDS+=	p5-libwww>=0:../../www/p5-libwww
DEPENDS+=	{perl>=5.10.0,p5-version>=0}:../../devel/p5-version

SUPERSEDES+=	p5-SOAP-Transport-TCP-[0-9]*

WRKSRC=		${WRKDIR}/${DISTNAME:C|[a-z]$||}

REPLACE_PERL+=	bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl

PERL5_PACKLIST=	auto/SOAP/Lite/.packlist

MAKE_PARAMS+=	--noprompt

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"