pkgsrc/devel/p5-MooseX-Types-Stringlike/Makefile
wen a2ef404b3a Update to 0.003
Upstream changes:
0.003     2014-04-17 07:06:08-04:00 America/New_York

    [Added]

    - new ArrayRefOfStringlike, ArrayRefOfStringable types to facilitate
      coercion of lists
2014-11-03 08:07:19 +00:00

20 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/11/03 08:07:19 wen Exp $
#
DISTNAME= MooseX-Types-Stringlike-0.003
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-Stringlike/
COMMENT= Commonly-used type constraints that do not ship with Moose by default
LICENSE= apache-2.0
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/Stringlike/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"