pkgsrc/www/p5-Catalyst-Plugin-Server/Makefile
sno 961fe39a57 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00

22 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/09/24 06:50:20 sno Exp $
DISTNAME= Catalyst-Plugin-Server-0.24
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Server
COMMENT= Base Server plugin for RPC-able protocols
DEPENDS+= p5-Catalyst-Runtime>=5.66:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-RPC-XML>=0.64:../../net/p5-RPC-XML
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/Server/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"