d5fbc3a961
Upstream changes: 0.001012 2013-12-17 23:09:36Z - fully-qualified type names like MooseX::Types::Common::String::SimpleStr work again (removed in 0.001011) 0.001011 2013-12-14 18:15:31Z - update configure_requires checking in Makefile.PL, add CONTRIBUTING file 0.001010 2013-09-27 04:39:30Z - add incomplete prereq on Test::Warnings (haarg) - re-release with fixed compile test 0.001009 2013-09-14 22:11:25Z - converted to Dist::Zilla - SingleDigit now supports zero and negative numbers (RT#86738) - UpperCase and LowerCase string types now properly understand unicode characters (RT#84547) - repository moved to the github moose organization
24 lines
758 B
Makefile
24 lines
758 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/01/09 07:22:17 wen Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-Common-0.001012
|
|
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-Types-Common/
|
|
COMMENT= Commonly-used type constraints that do not ship with Moose by default
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/Common/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|