diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:11:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:11:18 +0000 |
commit | 21e82a3c446acacb93d223b4c0fa263dcbd18d4d (patch) | |
tree | 5989b27153cc51f6aa90605cc9530bd0b9d5f241 /databases/p5-ORLite | |
parent | 8e4871b7715fec786c17b264b172326c9f7142eb (diff) | |
download | ports-21e82a3c446acacb93d223b4c0fa263dcbd18d4d.tar.gz ports-21e82a3c446acacb93d223b4c0fa263dcbd18d4d.zip |
Notes
Diffstat (limited to 'databases/p5-ORLite')
-rw-r--r-- | databases/p5-ORLite/Makefile | 27 | ||||
-rw-r--r-- | databases/p5-ORLite/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-ORLite/pkg-descr | 5 | ||||
-rw-r--r-- | databases/p5-ORLite/pkg-plist | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile new file mode 100644 index 000000000000..b54c8bd9ad94 --- /dev/null +++ b/databases/p5-ORLite/Makefile @@ -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> diff --git a/databases/p5-ORLite/distinfo b/databases/p5-ORLite/distinfo new file mode 100644 index 000000000000..e0d66141909c --- /dev/null +++ b/databases/p5-ORLite/distinfo @@ -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 diff --git a/databases/p5-ORLite/pkg-descr b/databases/p5-ORLite/pkg-descr new file mode 100644 index 000000000000..e28f577699d6 --- /dev/null +++ b/databases/p5-ORLite/pkg-descr @@ -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/ diff --git a/databases/p5-ORLite/pkg-plist b/databases/p5-ORLite/pkg-plist new file mode 100644 index 000000000000..2c436179597e --- /dev/null +++ b/databases/p5-ORLite/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite/.packlist +%%SITE_PERL%%/ORLite.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ORLite |