summaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Server-SOAP/Makefile
blob: 8e2412472bb35d7e50993a3abc54b3ba668eed67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.9 2019/06/30 20:17:39 nia Exp $

DISTNAME=	POE-Component-Server-SOAP-1.14
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	5
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Plack/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/POE-Component-Server-SOAP
COMMENT=	SOAP Server implementation for POE
LICENSE=	${PERL5_LICENSE}

USE_LANGUAGES=	# empty
PERL5_PACKLIST= auto/POE/Component/Server/SOAP/.packlist

DEPENDS+=	p5-POE-[0-9]*:../../devel/p5-POE
DEPENDS+=	p5-POE-Component-Server-SimpleHTTP>=1.54:../../www/p5-POE-Component-Server-SimpleHTTP
DEPENDS+=	p5-SOAP-Lite>=0.55:../../net/p5-SOAP-Lite

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