Initial import of p5-ORLite version 1.28 in the NetBSD Packages
Collection. The Perl 5 module ORLite is an object-relation system specifically tailored for SQLite that follows many of the same principles as the ::Tiny series of modules and has a design and feature set that aligns directly to the capabilities of SQLite.
This commit is contained in:
parent
fe9fa5d75f
commit
4aaf3bf613
3 changed files with 35 additions and 0 deletions
4
databases/p5-ORLite/DESCR
Normal file
4
databases/p5-ORLite/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The Perl 5 module ORLite is an object-relation system specifically
|
||||
tailored for SQLite that follows many of the same principles as the
|
||||
::Tiny series of modules and has a design and feature set that
|
||||
aligns directly to the capabilities of SQLite.
|
26
databases/p5-ORLite/Makefile
Normal file
26
databases/p5-ORLite/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/12/06 13:48:25 seb Exp $
|
||||
|
||||
DISTNAME= ORLite-1.28
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/ORLite/
|
||||
COMMENT= Perl 5 extremely light weight SQLite-specific ORM
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Script>=1.06:../../devel/p5-Test-Script
|
||||
DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
|
||||
DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove
|
||||
DEPENDS+= p5-File-Temp>=0.20:../../devel/p5-File-Temp
|
||||
DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/ORLite/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../databases/p5-DBI/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
databases/p5-ORLite/distinfo
Normal file
5
databases/p5-ORLite/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/12/06 13:48:25 seb Exp $
|
||||
|
||||
SHA1 (ORLite-1.28.tar.gz) = ec8ef4f48976dc2f0704ee4d17a8d207cd51be93
|
||||
RMD160 (ORLite-1.28.tar.gz) = 003418b55310dc0fe58d4f71d9ba8425e3b8a7ce
|
||||
Size (ORLite-1.28.tar.gz) = 36932 bytes
|
Loading…
Reference in a new issue