diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-15 23:16:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-15 23:16:09 +0000 |
commit | e1bbac7b009c7a79fdf0c882a1fc48d9a5ba313d (patch) | |
tree | 8edfdfe4a7707bc973a12998024d2d19f4fdc05c /databases/p5-DBD-XBase | |
parent | fa2c0c72292c386c2f8defd007edecb185de78dd (diff) | |
download | ports-e1bbac7b009c7a79fdf0c882a1fc48d9a5ba313d.tar.gz ports-e1bbac7b009c7a79fdf0c882a1fc48d9a5ba313d.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-XBase')
-rw-r--r-- | databases/p5-DBD-XBase/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile index cdb3968aad7b..1e98f82ec5eb 100644 --- a/databases/p5-DBD-XBase/Makefile +++ b/databases/p5-DBD-XBase/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to XBase (dBase, Fox*) database files through DBI +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 MAN1= dbfdump.1 indexdump.1 @@ -25,14 +28,4 @@ MAN3= DBD::XBase.3 \ XBase::Memo.3 \ XBase::SDBM.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> |