pkgsrc/devel/p5-MooseX-Types-Common/Makefile
abs 3be4283deb Added devel/p5-MooseX-Types-Common version 0.001000
A set of commonly-used type constraints that do not ship with Moose by default.

 Numeric:
    * PositiveNum
    * PositiveInt
    * NegativeNum
    * Int
    * SingleDigit

 String:
    * SimpleStr
      A Str with no new-line characters.
    * NonEmptySimpleStr
      Does what it says on the tin.
    * Password
    * StrongPassword
    * NonEmptyStr
2009-02-13 23:42:27 +00:00

22 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:42:27 abs Exp $
#
DISTNAME= MooseX-Types-Common-0.001000
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
DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/Common/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"