aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Tangram
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-15 17:15:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-15 17:15:38 +0000
commitd9a3adb9becb7f72706a7bbed9f50e5887806d8f (patch)
tree67f6973ccf784a6c80ea2fd564657648cce22d9f /databases/p5-Tangram
parentc61b6dcfebe5bcfc252708a2e3a902aea8f992ae (diff)
downloadports-d9a3adb9becb7f72706a7bbed9f50e5887806d8f.tar.gz
ports-d9a3adb9becb7f72706a7bbed9f50e5887806d8f.zip
Notes
Diffstat (limited to 'databases/p5-Tangram')
-rw-r--r--databases/p5-Tangram/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/p5-Tangram/Makefile b/databases/p5-Tangram/Makefile
index 30ff6bd88dfd..927d01fe3304 100644
--- a/databases/p5-Tangram/Makefile
+++ b/databases/p5-Tangram/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-
${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
${SITE_PERL}/${PERL_ARCH}/Class/Date.pm:${PORTSDIR}/devel/p5-Class-Date \
${SITE_PERL}/Data/Lazy.pm:${PORTSDIR}/devel/p5-Data-Lazy \
- ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -61,14 +62,4 @@ MAN3= Tangram.3 \
Tangram::Type::Set::FromOne.3 \
Tangram::Type::TimeAndDate.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>