mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add p5-DBIx-AnyDBD 2.00, dBD independant class.
PR: 33413 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
3d7ee81d07
commit
81ea50f022
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54351
@ -67,6 +67,7 @@
|
||||
SUBDIR += p5-DBD-XBase
|
||||
SUBDIR += p5-DBI
|
||||
SUBDIR += p5-DBIWrapper
|
||||
SUBDIR += p5-DBIx-AnyDBD
|
||||
SUBDIR += p5-DBIx-DataSource
|
||||
SUBDIR += p5-DBIx-Recordset
|
||||
SUBDIR += p5-DBIx-SearchBuilder
|
||||
|
26
databases/p5-DBIx-AnyDBD/Makefile
Normal file
26
databases/p5-DBIx-AnyDBD/Makefile
Normal file
@ -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>
|
1
databases/p5-DBIx-AnyDBD/distinfo
Normal file
1
databases/p5-DBIx-AnyDBD/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBIx-AnyDBD-2.00.tar.gz) = ca038db8f66102d18f595a31ba1cf2c1
|
1
databases/p5-DBIx-AnyDBD/pkg-comment
Normal file
1
databases/p5-DBIx-AnyDBD/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
DBD independant class
|
10
databases/p5-DBIx-AnyDBD/pkg-descr
Normal file
10
databases/p5-DBIx-AnyDBD/pkg-descr
Normal file
@ -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>
|
5
databases/p5-DBIx-AnyDBD/pkg-plist
Normal file
5
databases/p5-DBIx-AnyDBD/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user