aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Tie-DBI
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-18 07:49:52 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-18 07:49:52 +0000
commitcf3c5e1ba6fabc240390b2eb538a2171228c3b13 (patch)
treeaf8509b0234ee48c7a7b37235872b53b97dfd91d /databases/p5-Tie-DBI
parent682d4e17ee4f78f06d24c6e09d7d364ba9c62699 (diff)
downloadports-cf3c5e1ba6fabc240390b2eb538a2171228c3b13.tar.gz
ports-cf3c5e1ba6fabc240390b2eb538a2171228c3b13.zip
Remove 4.x workaround.
Notes
Notes: svn path=/head/; revision=193762
Diffstat (limited to 'databases/p5-Tie-DBI')
-rw-r--r--databases/p5-Tie-DBI/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/databases/p5-Tie-DBI/Makefile b/databases/p5-Tie-DBI/Makefile
index 219def829a2c..7e408fd4e96d 100644
--- a/databases/p5-Tie-DBI/Makefile
+++ b/databases/p5-Tie-DBI/Makefile
@@ -15,18 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing Tie hash to a DBI handle
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tie::RDBM.3 Tie::DBI.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-.else
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>