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/Makefile28
-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, 43 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile
deleted file mode 100644
index 5d2d67fec8f8..000000000000
--- a/databases/p5-DBD-Pg-13/Makefile
+++ /dev/null
@@ -1,28 +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.01
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= demon@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
-CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \
- POSTGRES_LIB=${PREFIX}/lib
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBD::Pg.3 DBD::dbd-pg.3
-
-.include <bsd.port.mk>
diff --git a/databases/p5-DBD-Pg-13/distinfo b/databases/p5-DBD-Pg-13/distinfo
deleted file mode 100644
index 6f8614884c30..000000000000
--- a/databases/p5-DBD-Pg-13/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (DBD-Pg-1.01.tar.gz) = 3086ec3468530bc64838e8a04ce30704
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