Changes from previous: 0.37 Wed 30 Mar 2011 * Fix missing dependency. (RT#67077) 0.36 Tue 29 Mar 2011 * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine) * MooseX::Getopt::GLD - change it to a MooseX::Role::Parameterized, so that it accepts 'getopt_conf' parameter (Damien Krotkine) 0.35 Wed 09 Feb 2011 * Fix missed change from Test::Exception to Test::Fatal 0.34 Tue 08 Feb 2011 * The test suite now uses Test::Fatal instead of Test::Exception. (Karen Etheridge) * Move most of new_with_options logic into separate publically accessible process_argv method, so that arg processing can be done without actually creating object (Jonathan Swartz)
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.19 2011/10/21 07:13:58 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Getopt-0.37
|
|
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+= p5-Getopt-Long-Descriptive>=0.081:../../devel/p5-Getopt-Long-Descriptive
|
|
DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Getopt/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|