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:
parent
8e4871b771
commit
21e82a3c44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230131
@ -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
|
||||
|
27
databases/p5-ORLite/Makefile
Normal file
27
databases/p5-ORLite/Makefile
Normal 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>
|
3
databases/p5-ORLite/distinfo
Normal file
3
databases/p5-ORLite/distinfo
Normal 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
|
5
databases/p5-ORLite/pkg-descr
Normal file
5
databases/p5-ORLite/pkg-descr
Normal 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/
|
3
databases/p5-ORLite/pkg-plist
Normal file
3
databases/p5-ORLite/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/.packlist
|
||||
%%SITE_PERL%%/ORLite.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite
|
Loading…
Reference in New Issue
Block a user