Wed Jul 29 23:12:20 2009 UTC ()
Initial import of p5-MooseX-Types-Structured version 0.16 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Types::Structured provides structured
type constraints for Moose. A structured type constraint is a
standard container Moose type constraint, such as an ArrayRef or
HashRef, which has been enhanced to allow you to explicitly name
all the allowed type constraints inside the structure.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-MooseX-Types-Structured/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-MooseX-Types-Structured/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-MooseX-Types-Structured/Makefile

File Added: pkgsrc/devel/p5-MooseX-Types-Structured/DESCR
The Perl 5 module MooseX::Types::Structured provides structured
type constraints for Moose. A structured type constraint is a
standard container Moose type constraint, such as an ArrayRef or
HashRef, which has been enhanced to allow you to explicitly name
all the allowed type constraints inside the structure.

File Added: pkgsrc/devel/p5-MooseX-Types-Structured/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/07/29 23:12:20 seb Exp $

SHA1 (MooseX-Types-Structured-0.16.tar.gz) = 8bc5703a854ae21c6dd877063cd596a33eae2046
RMD160 (MooseX-Types-Structured-0.16.tar.gz) = 79f7ee493b574d41c469d11e406c6508e6fbadf4
Size (MooseX-Types-Structured-0.16.tar.gz) = 48367 bytes

File Added: pkgsrc/devel/p5-MooseX-Types-Structured/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/29 23:12:20 seb Exp $
#

DISTNAME=	MooseX-Types-Structured-0.16
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-Structured/
COMMENT=	Perl 5 module providing structured type constraints for Moose
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Devel-PartialDump>=0.07:../../devel/p5-Devel-PartialDump
DEPENDS+=	p5-Moose>=0.63:../../devel/p5-Moose
DEPENDS+=	p5-MooseX-Types>=0.08:../../devel/p5-MooseX-Types
DEPENDS+=	p5-Sub-Exporter>=0.982:../../devel/p5-Sub-Exporter

# For test target
BUILD_DEPENDS+=	p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
BUILD_DEPENDS+=	p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=	# empty
PERL5_MODULE_TYPE=	Module::Install
PERL5_PACKLIST=	auto/MooseX/Types/Structured/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"