aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2007-04-10 18:36:44 +0800
committertobez <tobez@FreeBSD.org>2007-04-10 18:36:44 +0800
commit750a0eb84f126a32d9e92aef8319010292f3b499 (patch)
tree0d483bd3c91987eb7be1740cfed3e648f1846a6e /databases
parent55475009248f2c80c67c63e703ee350e2f13807d (diff)
downloadfreebsd-ports-graphics-750a0eb84f126a32d9e92aef8319010292f3b499.tar.gz
freebsd-ports-graphics-750a0eb84f126a32d9e92aef8319010292f3b499.tar.zst
freebsd-ports-graphics-750a0eb84f126a32d9e92aef8319010292f3b499.zip
Deprecate.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-Pg-13/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile
index 7e29fef61c7..b9baa377d44 100644
--- a/databases/p5-DBD-Pg-13/Makefile
+++ b/databases/p5-DBD-Pg-13/Makefile
@@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to PostgreSQL databases through the DBI
+DEPRECATED= Use databases/p5-DBD-Pg instead
+EXPIRATION_DATE= 2007-05-10
+
CONFLICTS= p5-DBD-Pg-1.[4-9]*
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-13
@@ -26,16 +29,6 @@ MAN3= DBD::Pg.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-post-patch:
- @${PERL} -i -pe '$$_ = "" if /5.006001/' \
- ${WRKSRC}/Pg.pm ${WRKSRC}/Makefile.PL
-.else
-IGNORE= You should use databases/p5-DBD-Pg.
-.endif
-
PG_CONFIG= ${LOCALBASE}/bin/pg_config
CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
POSTGRES_LIB=`${PG_CONFIG} --libdir`