diff options
author | seb <seb@pkgsrc.org> | 2008-09-08 22:31:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-09-08 22:31:03 +0000 |
commit | 9c074b2bcb5d74b31fbfc383f2eb2ad8b777724d (patch) | |
tree | 40e5b4c3762a1487336e66766ac5702d529a1c01 /devel | |
parent | 42e2c95008e6b237c55f5e5984cd6380dde72ee4 (diff) | |
download | pkgsrc-9c074b2bcb5d74b31fbfc383f2eb2ad8b777724d.tar.gz |
Initial import of p5-Declare-Constraints-Simple version 0.03 in
the NetBSD Packages Collection.
The Perl 5 module Declare::Constraints::Simple provides an easy
way to build a profile to validate a data structure. It does this
by giving you a set of declarative keywords in the importing
namespace.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Declare-Constraints-Simple/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Declare-Constraints-Simple/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Declare-Constraints-Simple/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Declare-Constraints-Simple/DESCR b/devel/p5-Declare-Constraints-Simple/DESCR new file mode 100644 index 00000000000..ac45b584747 --- /dev/null +++ b/devel/p5-Declare-Constraints-Simple/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Declare::Constraints::Simple provides an easy +way to build a profile to validate a data structure. It does this +by giving you a set of declarative keywords in the importing +namespace. diff --git a/devel/p5-Declare-Constraints-Simple/Makefile b/devel/p5-Declare-Constraints-Simple/Makefile new file mode 100644 index 00000000000..92dbeeb3031 --- /dev/null +++ b/devel/p5-Declare-Constraints-Simple/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 22:31:03 seb Exp $ +# + +DISTNAME= Declare-Constraints-Simple-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PH/PHAYLON/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Declare-Constraints-Simple/ +COMMENT= Perl 5 module for declarative validation of data structures + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Declare/Constraints/Simple/.packlist + +DEPENDS+= p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan +DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector +DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Declare-Constraints-Simple/distinfo b/devel/p5-Declare-Constraints-Simple/distinfo new file mode 100644 index 00000000000..60000955964 --- /dev/null +++ b/devel/p5-Declare-Constraints-Simple/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/08 22:31:03 seb Exp $ + +SHA1 (Declare-Constraints-Simple-0.03.tar.gz) = ff668b68046d721f896428d0a622e64d92fdbae2 +RMD160 (Declare-Constraints-Simple-0.03.tar.gz) = f6ad718179a001ec5919ec1dfd9d4042578a6e35 +Size (Declare-Constraints-Simple-0.03.tar.gz) = 30336 bytes |