Initial import of p5-Object-Declare version 0.22 in the NetBSD
Packages Collection. The Perl 5 module Object::Declare provides a declare() function for building named objects with a declarative syntax, similar to how Jifty::DBI::Schema defines its columns.
This commit is contained in:
parent
e005575338
commit
19b3822ecf
3 changed files with 29 additions and 0 deletions
3
devel/p5-Object-Declare/DESCR
Normal file
3
devel/p5-Object-Declare/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module Object::Declare provides a declare() function
|
||||
for building named objects with a declarative syntax, similar to
|
||||
how Jifty::DBI::Schema defines its columns.
|
21
devel/p5-Object-Declare/Makefile
Normal file
21
devel/p5-Object-Declare/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 21:22:49 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Object-Declare-0.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Object-Declare/
|
||||
COMMENT= Perl 5 module providing declarative object constructor
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Object/Declare/.packlist
|
||||
|
||||
DEPENDS+= p5-Sub-Override-[0-9]*:../../devel/p5-Sub-Override
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Object-Declare/distinfo
Normal file
5
devel/p5-Object-Declare/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/08/23 21:22:49 seb Exp $
|
||||
|
||||
SHA1 (Object-Declare-0.22.tar.gz) = 56b9ef9a69baaa136a50224fcc765dee1ef62411
|
||||
RMD160 (Object-Declare-0.22.tar.gz) = c4534c00427b7cf98fae27b59426db02090d3a09
|
||||
Size (Object-Declare-0.22.tar.gz) = 28999 bytes
|
Loading…
Reference in a new issue