pkgsrc/devel/p5-MooseX-Daemonize/Makefile
wen 1d4d2a0d61 Update to 0.18
Upstream changes:
0.18      2013-05-13 12:34:52 PDT-0700
    - make tests a bit more tolerant of slow systems, by waiting longer for
      processes to die (RT#85229, Chisel Wright)

0.17  2013-04-20
    - Makefile.PL now prevents installation on MSWin32

0.16  2013-04-14
    - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
    - add missing dependency on the version of File::Path which added
      make_path (RT#79169, Jonathan Sailor)
    - add missing test dependency on Test::Exception (RT#70382)
    - document the 'basedir' attribute and its behaviour (RT#83055)
    - add 'documentation' keys for public attributes, to be used when
      displaying --help (RT#54295)
2013-07-27 08:10:13 +00:00

23 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/07/27 08:10:13 wen Exp $
#
DISTNAME= MooseX-Daemonize-0.18
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
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"