diff options
author | abs <abs@pkgsrc.org> | 2009-02-13 23:42:27 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-13 23:42:27 +0000 |
commit | 3be4283deb28e3b2404d67f417ddd93a69c08dea (patch) | |
tree | e617eec83c1376dec5ad2c8f364e0ea26596f87f /devel | |
parent | 51253f9783fbb330d0ba9627582e7d36fe5185ae (diff) | |
download | pkgsrc-3be4283deb28e3b2404d67f417ddd93a69c08dea.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-Types-Common/DESCR | 17 | ||||
-rw-r--r-- | devel/p5-MooseX-Types-Common/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-MooseX-Types-Common/distinfo | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-MooseX-Types-Common/DESCR b/devel/p5-MooseX-Types-Common/DESCR new file mode 100644 index 00000000000..572f557e43e --- /dev/null +++ b/devel/p5-MooseX-Types-Common/DESCR @@ -0,0 +1,17 @@ +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 diff --git a/devel/p5-MooseX-Types-Common/Makefile b/devel/p5-MooseX-Types-Common/Makefile new file mode 100644 index 00000000000..cc3bf8702ce --- /dev/null +++ b/devel/p5-MooseX-Types-Common/Makefile @@ -0,0 +1,22 @@ +# $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" diff --git a/devel/p5-MooseX-Types-Common/distinfo b/devel/p5-MooseX-Types-Common/distinfo new file mode 100644 index 00000000000..5a9302c3ab3 --- /dev/null +++ b/devel/p5-MooseX-Types-Common/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:42:27 abs Exp $ + +SHA1 (MooseX-Types-Common-0.001000.tar.gz) = f767e326f10ebc21df58420e57b409bcbe51ce7e +RMD160 (MooseX-Types-Common-0.001000.tar.gz) = fb03cbd3d197fe57ff71d517cb1410b7f6f6457f +Size (MooseX-Types-Common-0.001000.tar.gz) = 14273 bytes |