Import p5-Type-Tiny-1.000004 as devel/p5-Type-Tiny.
Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse. Maybe now we won't need to have separate MooseX, MouseX and MooX versions of everything? We can but hope...
This commit is contained in:
parent
d2c99508cd
commit
3e945a2bfe
3 changed files with 35 additions and 0 deletions
5
devel/p5-Type-Tiny/DESCR
Normal file
5
devel/p5-Type-Tiny/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Type::Tiny is a tiny class for creating Moose-like type constraint
|
||||
objects which are compatible with Moo, Moose and Mouse.
|
||||
|
||||
Maybe now we won't need to have separate MooseX, MouseX and MooX
|
||||
versions of everything? We can but hope...
|
25
devel/p5-Type-Tiny/Makefile
Normal file
25
devel/p5-Type-Tiny/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/09/06 14:04:01 wiz Exp $
|
||||
|
||||
DISTNAME= Type-Tiny-1.000004
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Type-Tiny/
|
||||
COMMENT= Tiny, yet Moo(se)-compatible type constraint
|
||||
LICENSE= gnu-gpl-v1 OR artistic
|
||||
|
||||
DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Type/Tiny/.packlist
|
||||
|
||||
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
||||
BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
||||
BUILD_DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
||||
BUILD_DEPENDS+= p5-Mouse-[0-9]*:../../devel/p5-Mouse
|
||||
# and many more
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Type-Tiny/distinfo
Normal file
5
devel/p5-Type-Tiny/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/09/06 14:04:01 wiz Exp $
|
||||
|
||||
SHA1 (Type-Tiny-1.000004.tar.gz) = 13372048b38be95b9c4d213ce2c29f1cd9eb8043
|
||||
RMD160 (Type-Tiny-1.000004.tar.gz) = 823ebadfc19db1a3137b33274643f0477bde2a94
|
||||
Size (Type-Tiny-1.000004.tar.gz) = 250502 bytes
|
Loading…
Reference in a new issue