aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg-13/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /databases/p5-DBD-Pg-13/Makefile
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
downloadports-release/3.4.0.tar.gz
ports-release/3.4.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Diffstat (limited to 'databases/p5-DBD-Pg-13/Makefile')
-rw-r--r--databases/p5-DBD-Pg-13/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile
deleted file mode 100644
index 10ff80be22c3..000000000000
--- a/databases/p5-DBD-Pg-13/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: p5-DBD-Pg
-# Version required: 0.91
-# Date created: June 17th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= DBD-Pg-0.91
-PKGNAME= p5-DBD-Pg-0.91
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
-
-MAINTAINER= jfitz@FreeBSD.org
-
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
- ${PREFIX}/pgsql/lib/libpq.so.2:${PORTSDIR}/databases/postgresql
-
-USE_PERL5= YES
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBD::Pg.3
-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
-
-.include <bsd.port.mk>