mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
24 lines
758 B
Makefile
24 lines
758 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/08 19:25:12 wiz Exp $
|
|
|
|
DISTNAME= POE-Component-Server-SOAP-1.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/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
|
|
DEPENDS+= perl>=5.6:../../lang/perl5
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|