summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Google
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-18 17:08:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-18 17:08:50 +0000
commit98eb6f5d4472b3ed50593ceaf3a39948e3b85d9c (patch)
treeca0ec07b99375fc028ada358889a086b0ad323fb /databases/p5-DBD-Google
parent- Remove obsolete patches (diff)
Remove 4.x workaround
Approved by: maintainer (in principle)
Notes
Notes: svn path=/head/; revision=193817
Diffstat (limited to 'databases/p5-DBD-Google')
-rw-r--r--databases/p5-DBD-Google/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile
index 5290e7c32dcc..9c30281d3211 100644
--- a/databases/p5-DBD-Google/Makefile
+++ b/databases/p5-DBD-Google/Makefile
@@ -19,21 +19,12 @@ COMMENT= Treat Google as a datasource for DBI
BUILD_DEPENDS= ${SITE_PERL}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/SQL/Parser.pm:${PORTSDIR}/databases/p5-SQL-Statement
+ ${SITE_PERL}/SQL/Parser.pm:${PORTSDIR}/databases/p5-SQL-Statement \
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBD::Google.3 SQL::Dialects::Google.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
-.else
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>