Changes from previous: 0.001003 2011-08-31 11:35EST - The positive and negative number types mistakenly accepted zero. Reported by Eric Brine. RT #53234. - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave Rolsky)
26 lines
806 B
Makefile
26 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/11/22 03:38:03 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-Common-0.001003
|
|
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-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|