aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-Pg
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-06-15 23:52:44 +0800
committererwin <erwin@FreeBSD.org>2007-06-15 23:52:44 +0800
commita559b40e81b79eaad6c3bbb3213a45544e55fdbe (patch)
tree42543ae519c82d830ac388529db34bddcc87071a /databases/p5-DBD-Pg
parentfef1afdb7a1ef7534a05645fe3a347c0c2154f2d (diff)
downloadfreebsd-ports-gnome-a559b40e81b79eaad6c3bbb3213a45544e55fdbe.tar.gz
freebsd-ports-gnome-a559b40e81b79eaad6c3bbb3213a45544e55fdbe.tar.zst
freebsd-ports-gnome-a559b40e81b79eaad6c3bbb3213a45544e55fdbe.zip
Remove 4.x cruft
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r--databases/p5-DBD-Pg/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 88b2967e365a..c02825e322ad 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -18,8 +18,6 @@ COMMENT= Provides access to PostgreSQL databases through the DBI
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
-CONFLICTS= p5-DBD-Pg-1.3*
-
USE_PGSQL= yes
PERL_CONFIGURE= yes
@@ -37,10 +35,6 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= needs DBI 1.38 which needs perl 5.6, install lang/perl5.8 and try again
-.endif
-
PG_CONFIG= ${LOCALBASE}/bin/pg_config
CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
POSTGRES_LIB=`${PG_CONFIG} --libdir`