summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg-13
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-Pg-13')
-rw-r--r--databases/p5-DBD-Pg-13/Makefile38
-rw-r--r--databases/p5-DBD-Pg-13/distinfo1
-rw-r--r--databases/p5-DBD-Pg-13/pkg-comment1
-rw-r--r--databases/p5-DBD-Pg-13/pkg-descr6
-rw-r--r--databases/p5-DBD-Pg-13/pkg-plist7
5 files changed, 0 insertions, 53 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile
deleted file mode 100644
index e24d3f3abe87..000000000000
--- a/databases/p5-DBD-Pg-13/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: p5-DBD-Pg
-# Date created: June 17th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= DBD-Pg
-PORTVERSION= 1.12
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= fjoe@freebsd.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBD::Pg.3 DBD::dbd-pg.3
-
-.include <bsd.port.mk>
-
-.if exists(${LOCALBASE}/bin/pg_config)
-PG_CONFIG= ${LOCALBASE}/bin/pg_config
-.elif exists(${LOCALBASE}/pgsql/bin/pg_config)
-PG_CONFIG= ${LOCALBASE}/pgsql/bin/pg_config
-.endif
-.if defined(PG_CONFIG)
-CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
- POSTGRES_LIB=`${PG_CONFIG} --libdir`
-.else
-CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \
- POSTGRES_LIB=${PREFIX}/lib
-.endif
diff --git a/databases/p5-DBD-Pg-13/distinfo b/databases/p5-DBD-Pg-13/distinfo
deleted file mode 100644
index 4a07e061ce19..000000000000
--- a/databases/p5-DBD-Pg-13/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (DBD-Pg-1.12.tar.gz) = 91bd4e5c5a6b117dbaf4ba8fa91988da
diff --git a/databases/p5-DBD-Pg-13/pkg-comment b/databases/p5-DBD-Pg-13/pkg-comment
deleted file mode 100644
index cd10dc28f2eb..000000000000
--- a/databases/p5-DBD-Pg-13/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Provides access to PostgreSQL databases through the DBI
diff --git a/databases/p5-DBD-Pg-13/pkg-descr b/databases/p5-DBD-Pg-13/pkg-descr
deleted file mode 100644
index f9993fc33436..000000000000
--- a/databases/p5-DBD-Pg-13/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
-
-WWW: http://search.cpan.org/search?dist=DBD-Pg
diff --git a/databases/p5-DBD-Pg-13/pkg-plist b/databases/p5-DBD-Pg-13/pkg-plist
deleted file mode 100644
index 5da046c0fc63..000000000000
--- a/databases/p5-DBD-Pg-13/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Pg.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/dbd-pg.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true