pkgsrc/devel/p5-MooseX-Getopt/Makefile
sno feefe7b1a7 Updating devel/p5-MooseX-Getopt from 0.24 to 0.26
Upstream changes:
0.26 Thu. Dec 10 2009
  * MooseX::Getopt::Basic
   - Fix bug with attribute names containing upper case letters.
  * Test suite:
    - Add t/106_no_ignore_case.t for testing the compatibility with
      no_ignore_case
2010-01-16 17:44:22 +00:00

28 lines
920 B
Makefile

# $NetBSD: Makefile,v 1.12 2010/01/16 17:44:22 sno Exp $
#
DISTNAME= MooseX-Getopt-0.26
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-Getopt/
COMMENT= Perl 5 Moose role for processing command line options
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.10,p5-Getopt-Long>=2.37}:../../devel/p5-Getopt-Long
DEPENDS+= p5-Getopt-Long-Descriptive>=0.077:../../devel/p5-Getopt-Long-Descriptive
DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
BUILD_DEPENDS+= p5-MooseX-ConfigFromFile-[0-9]*:../../devel/p5-MooseX-ConfigFromFile
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Getopt/.packlist
MAKE_PARAMS+= --skipdeps
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"