diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-16 17:44:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-16 17:44:32 +0000 |
commit | cd8f325e58acfdeaeaf4bf6f0212214532b305df (patch) | |
tree | ed8ea00db0dc117372a005d4abb1aecc9c78c25d /databases/p5-DBIx-DataSource | |
parent | 0c941501e478ef3c55cadd61bd26bd473956e843 (diff) | |
download | ports-cd8f325e58acfdeaeaf4bf6f0212214532b305df.tar.gz ports-cd8f325e58acfdeaeaf4bf6f0212214532b305df.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-DataSource')
-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> |