pkgsrc/www/p5-Catalyst-Plugin-AutoRestart/Makefile
sno 15707ea5a1 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

25 lines
906 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/09/24 06:50:19 sno Exp $
DISTNAME= Catalyst-Plugin-AutoRestart-0.92
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::AutoRestart
COMMENT= Restart Catalyst when specified memory threshold reached
DEPENDS+= p5-Catalyst-Runtime>=5.7007:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-C3>=0.19:../../devel/p5-Class-C3
DEPENDS+= p5-Class-Data-Accessor>=0:../../devel/p5-Class-Data-Accessor
DEPENDS+= p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
DEPENDS+= p5-Proc-ProcessTable>=0.41:../../devel/p5-Proc-ProcessTable
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/AutoRestart/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"