1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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.

WWW: http://search.cpan.org/dist/ORLite/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
This commit is contained in:
Martin Wilke 2009-03-15 17:11:18 +00:00
parent 8e4871b771
commit 21e82a3c44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230131
5 changed files with 39 additions and 0 deletions

View File

@ -340,6 +340,7 @@
SUBDIR += p5-Metadata
SUBDIR += p5-Mysql
SUBDIR += p5-Mysql-Diff
SUBDIR += p5-ORLite
SUBDIR += p5-ORLite-Migrate
SUBDIR += p5-Oryx
SUBDIR += p5-POE-Component-DBIAgent

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-ORLite
# Date created: March 8th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= ORLite
PORTVERSION= 1.20
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Perl5 extremely light weight SQLite-specific ORM
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= ORLite.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (ORLite-1.20.tar.gz) = 680b3266dfa55f023329b2f7bec30d7e
SHA256 (ORLite-1.20.tar.gz) = ff3716d8dba6388539245c9c1c29d3ba41fa0dec93ca8a3d62d9b33697fc9ecc
SIZE (ORLite-1.20.tar.gz) = 32797

View File

@ -0,0 +1,5 @@
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.
WWW: http://search.cpan.org/dist/ORLite/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/.packlist
%%SITE_PERL%%/ORLite.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite