mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Import of a perl5 module for accessing PostgeSQL databases through the DBI
This commit is contained in:
parent
0fa2622346
commit
f07fad4033
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6998
28
databases/p5-DBD-Pg-13/Makefile
Normal file
28
databases/p5-DBD-Pg-13/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-DBD-Pg
|
||||
# Version required: 0.3
|
||||
# Date created: June 17th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= DBD-Pg-0.3
|
||||
PKGNAME= p5-DBD-Pg-0.3
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 \
|
||||
${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/database/p5-DBI \
|
||||
${PREFIX}/pgsql/lib/libpq.so.1.0:${PORTSDIR}/databases/postgresql
|
||||
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MAN3= DBD::Pg.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-DBD-Pg-13/distinfo
Normal file
1
databases/p5-DBD-Pg-13/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBD-Pg-0.3.tar.gz) = dd1e2d3e87f5308d7671c6acfbafff50
|
1
databases/p5-DBD-Pg-13/pkg-comment
Normal file
1
databases/p5-DBD-Pg-13/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
provides access to PostgreSQL databases through the DBI
|
4
databases/p5-DBD-Pg-13/pkg-descr
Normal file
4
databases/p5-DBD-Pg-13/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
DBD::Pg is an extension to Perl which allows access to
|
||||
PostgreSQL databases. It is built on top of the standard
|
||||
DBI extension and implements some of the methods that DBI
|
||||
defines.
|
6
databases/p5-DBD-Pg-13/pkg-plist
Normal file
6
databases/p5-DBD-Pg-13/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/man/man3/DBD::Pg.3.gz
|
||||
lib/perl5/site_perl/DBD/Pg.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg/Pg.bs
|
||||
lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg/Pg.so
|
||||
lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg
|
28
databases/p5-DBD-Pg/Makefile
Normal file
28
databases/p5-DBD-Pg/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-DBD-Pg
|
||||
# Version required: 0.3
|
||||
# Date created: June 17th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= DBD-Pg-0.3
|
||||
PKGNAME= p5-DBD-Pg-0.3
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 \
|
||||
${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/database/p5-DBI \
|
||||
${PREFIX}/pgsql/lib/libpq.so.1.0:${PORTSDIR}/databases/postgresql
|
||||
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
MAN3= DBD::Pg.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-DBD-Pg/distinfo
Normal file
1
databases/p5-DBD-Pg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBD-Pg-0.3.tar.gz) = dd1e2d3e87f5308d7671c6acfbafff50
|
1
databases/p5-DBD-Pg/pkg-comment
Normal file
1
databases/p5-DBD-Pg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
provides access to PostgreSQL databases through the DBI
|
4
databases/p5-DBD-Pg/pkg-descr
Normal file
4
databases/p5-DBD-Pg/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
DBD::Pg is an extension to Perl which allows access to
|
||||
PostgreSQL databases. It is built on top of the standard
|
||||
DBI extension and implements some of the methods that DBI
|
||||
defines.
|
6
databases/p5-DBD-Pg/pkg-plist
Normal file
6
databases/p5-DBD-Pg/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/man/man3/DBD::Pg.3.gz
|
||||
lib/perl5/site_perl/DBD/Pg.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg/Pg.bs
|
||||
lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg/Pg.so
|
||||
lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/DBD/Pg
|
Loading…
Reference in New Issue
Block a user