diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-22 14:40:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-22 14:40:11 +0000 |
commit | 7bd1ce6227157924b5495f9b8db88edb7fe0ff05 (patch) | |
tree | 58f69384f1f496bfefe7970c2caf0e3ade46011e /databases | |
parent | New port databases/p5-Class-DBI-SAK (diff) |
New port databases/p5-Class-DBI-SQLite
Class::DBI::SQLite is an extension to Class::DBI for
DBD::SQLite, which allows you to populate auto incremented row
id after insert.
PR: 54749
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
Notes
Notes:
svn path=/head/; revision=85386
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Class-DBI-SQLite/Makefile | 29 | ||||
-rw-r--r-- | databases/p5-Class-DBI-SQLite/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-Class-DBI-SQLite/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-Class-DBI-SQLite/pkg-plist | 7 |
5 files changed, 42 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 640b85ece4b9..e19c4882ef42 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -84,6 +84,7 @@ SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-SAK + SUBDIR += p5-Class-DBI-SQLite SUBDIR += p5-Data-Page SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel diff --git a/databases/p5-Class-DBI-SQLite/Makefile b/databases/p5-Class-DBI-SQLite/Makefile new file mode 100644 index 000000000000..978137cb614a --- /dev/null +++ b/databases/p5-Class-DBI-SQLite/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Class-DBI-SQLite +# Date created: 22 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= Class-DBI-SQLite +PORTVERSION= 0.02 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Class +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Extension to Class::DBI for sqlite + +RUN_DEPENDS= ${SITE_PERL}/Ima/DBI.pm:${PORTSDIR}/databases/p5-Ima-DBI \ + ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ + ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ + ${SITE_PERL}/SQL/Parser.pm:${PORTSDIR}/databases/p5-SQL-Statement +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= yes + +MAN3= Class::DBI::SQLite.3 + +.include <bsd.port.mk> diff --git a/databases/p5-Class-DBI-SQLite/distinfo b/databases/p5-Class-DBI-SQLite/distinfo new file mode 100644 index 000000000000..700b0ab3646c --- /dev/null +++ b/databases/p5-Class-DBI-SQLite/distinfo @@ -0,0 +1 @@ +MD5 (Class-DBI-SQLite-0.02.tar.gz) = 67ba33536192bdc4e4bea69239741de7 diff --git a/databases/p5-Class-DBI-SQLite/pkg-descr b/databases/p5-Class-DBI-SQLite/pkg-descr new file mode 100644 index 000000000000..157fc4afaf93 --- /dev/null +++ b/databases/p5-Class-DBI-SQLite/pkg-descr @@ -0,0 +1,4 @@ +Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite, which allows +you to populate auto incremented row id after insert. + +WWW: http://search.cpan.org/dist/Class-DBI-SQLite/ diff --git a/databases/p5-Class-DBI-SQLite/pkg-plist b/databases/p5-Class-DBI-SQLite/pkg-plist new file mode 100644 index 000000000000..07493378dcec --- /dev/null +++ b/databases/p5-Class-DBI-SQLite/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Class/DBI/SQLite.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/SQLite/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/SQLite +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true |