6ed76401bf
Add a missing DEPENDS Add a patch for Makefile.PL, remove the line which assert the OS is not MSWin32. Upstream changes: 0.19 2014-02-07 04:19:25Z - fix buggy test that does not try hard enough to look for a nonexistent pid (ether) - repository moved to github moose organization
24 lines
826 B
Makefile
24 lines
826 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/07/13 09:54:21 wen Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Daemonize-0.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Daemonize/
|
|
COMMENT= Role for daemonizing your Moose based applicationoose
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Moose>=0.33:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Getopt>=0.07:../../devel/p5-MooseX-Getopt
|
|
DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
|
|
DEPENDS+= p5-Sub-Exporter-ForMethods>=0:../../devel/p5-Sub-Exporter-ForMethods
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Daemonize/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|