imort from free
patch for our postgres stuff locations
This commit is contained in:
parent
306a837b1e
commit
7a7fa67371
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.62
|
||||
# Date created: June 17th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/03/24 18:39:37 mickey Exp $
|
||||
#
|
||||
|
||||
DISTNAME= DBD-Pg-0.62
|
||||
PKGNAME= p5-DBD-Pg-0.62
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBD
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= /usr/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${PREFIX}/lib/libpq.so.1.1:${PORTSDIR}/databases/postgresql
|
||||
CONFIGURE_ENV+= "POSTGRES_HOME=${PREFIX}"
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= DBD::Pg.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} /usr/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-DBD-Pg/files/md5
Normal file
1
databases/p5-DBD-Pg/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (DBD-Pg-0.62.tar.gz) = fbb6144ad32762d8dae71d40c7af10c5
|
11
databases/p5-DBD-Pg/patches/patch-aa
Normal file
11
databases/p5-DBD-Pg/patches/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.PL.orig Tue Mar 24 13:31:50 1998
|
||||
+++ Makefile.PL Tue Mar 24 13:32:04 1998
|
||||
@@ -38,7 +38,7 @@
|
||||
clean => { FILES => 'Pg.xsi' },
|
||||
dist => { DIST_DEFAULT => 'clean distcheck disttest ci tardist',
|
||||
PREOP => '$(MAKE) -f Makefile.old distdir' },
|
||||
- INC => "-I$ENV{POSTGRES_HOME}/include -I$Config{archlib}/DBI -I$Config{sitearch}/auto/DBI",
|
||||
+ INC => "-I$ENV{POSTGRES_HOME}/include/pgsql -I$Config{archlib}/DBI -I$Config{sitearch}/auto/DBI",
|
||||
LIBS => ["-L$ENV{POSTGRES_HOME}/lib -lpq"],
|
||||
OBJECT => 'Pg$(OBJ_EXT) dbdimp$(OBJ_EXT)',
|
||||
);
|
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