- Don't install with p5-DBI

Reported by:	pointyhat via kris
This commit is contained in:
Sergey Matveychuk 2004-12-19 22:37:12 +00:00
parent b86ef75411
commit 7f59d03596
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124534

View file

@ -29,8 +29,7 @@ MAN3= DBD::File.3
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
IGNORE= This module is useless with p5-DBI
.endif
.include <bsd.port.post.mk>