diff options
author | petef <petef@FreeBSD.org> | 2002-02-08 07:43:14 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-08 07:43:14 +0000 |
commit | 98bbe00ae1a3d0c1e1db4dad6a7eb7b321ba0887 (patch) | |
tree | b7c79fe556245f398396cac9feeb3687203fa75e /databases/p5-DBIx-AnyDBD | |
parent | c703857fe228d33ce65c344869b1b91898021765 (diff) | |
download | FreeBSD-ports-98bbe00ae1a3d0c1e1db4dad6a7eb7b321ba0887.zip FreeBSD-ports-98bbe00ae1a3d0c1e1db4dad6a7eb7b321ba0887.tar.gz |
Add p5-DBIx-AnyDBD 2.00, dBD independant class.
PR: 33413
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'databases/p5-DBIx-AnyDBD')
-rw-r--r-- | databases/p5-DBIx-AnyDBD/Makefile | 26 | ||||
-rw-r--r-- | databases/p5-DBIx-AnyDBD/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-AnyDBD/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-AnyDBD/pkg-descr | 10 | ||||
-rw-r--r-- | databases/p5-DBIx-AnyDBD/pkg-plist | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/databases/p5-DBIx-AnyDBD/Makefile b/databases/p5-DBIx-AnyDBD/Makefile new file mode 100644 index 0000000..99d3c3c --- /dev/null +++ b/databases/p5-DBIx-AnyDBD/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: DBIx::AnyDBD +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-AnyDBD +PORTVERSION= 2.00 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBIx +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +PERL_CONFIGURE= yes + +MAN3= DBIx::AnyDBD.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-AnyDBD/distinfo b/databases/p5-DBIx-AnyDBD/distinfo new file mode 100644 index 0000000..031808b --- /dev/null +++ b/databases/p5-DBIx-AnyDBD/distinfo @@ -0,0 +1 @@ +MD5 (DBIx-AnyDBD-2.00.tar.gz) = ca038db8f66102d18f595a31ba1cf2c1 diff --git a/databases/p5-DBIx-AnyDBD/pkg-comment b/databases/p5-DBIx-AnyDBD/pkg-comment new file mode 100644 index 0000000..fcef6d6 --- /dev/null +++ b/databases/p5-DBIx-AnyDBD/pkg-comment @@ -0,0 +1 @@ +DBD independant class diff --git a/databases/p5-DBIx-AnyDBD/pkg-descr b/databases/p5-DBIx-AnyDBD/pkg-descr new file mode 100644 index 0000000..22bbe82 --- /dev/null +++ b/databases/p5-DBIx-AnyDBD/pkg-descr @@ -0,0 +1,10 @@ +This class provides application developers with an abstraction class +a level away from DBI, that allows them to write an application +that works on multiple database platforms. The idea isn't to take +away the responsibility for coding different SQL on different +platforms, but to simply provide a platform that uses the right +class at the right time for whatever DB is currently in use. + +WWW: http://search.cpan.org/search?dist=DBIx-AnyDBD + +Seamus Venasse <svenasse@polaris.ca> diff --git a/databases/p5-DBIx-AnyDBD/pkg-plist b/databases/p5-DBIx-AnyDBD/pkg-plist new file mode 100644 index 0000000..ebd4a75 --- /dev/null +++ b/databases/p5-DBIx-AnyDBD/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/DBIx/AnyDBD.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/AnyDBD/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/AnyDBD +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true |