diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-30 10:07:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-30 10:07:59 +0000 |
commit | 8437b557e8bdf2b2289c5ec12fe745b134fbd2fc (patch) | |
tree | bb80095d04fe4e4932d35a2d27ccd0bc5be72d02 /databases | |
parent | a3d6dac88077b27aadc60b45aadabe4713c7bcdd (diff) | |
download | ports-8437b557e8bdf2b2289c5ec12fe745b134fbd2fc.tar.gz ports-8437b557e8bdf2b2289c5ec12fe745b134fbd2fc.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Tree/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile index 69da4069e17a..0fd6d7905b37 100644 --- a/databases/p5-DBIx-Tree/Makefile +++ b/databases/p5-DBIx-Tree/Makefile @@ -15,18 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@p6m7g8.com COMMENT= Perl module for generating a tree from a self-referential table +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::Tree.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> |