diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-17 01:44:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-17 01:44:32 +0800 |
commit | 56e4e89f3cc4f02165af7162b18520f0666878ce (patch) | |
tree | 501636845489dc8d64d0fcc674c2ac260ec6c983 /databases | |
parent | eaec3f73c474bc503250b69da7666be704d61ab4 (diff) | |
download | freebsd-ports-gnome-56e4e89f3cc4f02165af7162b18520f0666878ce.tar.gz freebsd-ports-gnome-56e4e89f3cc4f02165af7162b18520f0666878ce.tar.zst freebsd-ports-gnome-56e4e89f3cc4f02165af7162b18520f0666878ce.zip |
Remove 4.x workaround
Approved by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-DataSource/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBIx-DataSource/Makefile b/databases/p5-DBIx-DataSource/Makefile index e1ed5746b314..602b27c1dec9 100644 --- a/databases/p5-DBIx-DataSource/Makefile +++ b/databases/p5-DBIx-DataSource/Makefile @@ -15,19 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Database-independent create and drop functions +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + PERL_CONFIGURE= yes MAN3= DBIx::DataSource.3 DBIx::DataSource::Driver.3 \ DBIx::DataSource::mysql.3 DBIx::DataSource::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 -.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> |