diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-15 17:15:38 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-15 17:15:38 +0000 |
commit | 2f75dea592c2e2e2391132be4545f13fe8278bc7 (patch) | |
tree | e55d721bf3e037feb8e6fbbaaa8acfed1ca6ff26 /databases/p5-Tangram/Makefile | |
parent | 22e225b1321d3ae8e8d43c7fbeab5e7d83147073 (diff) | |
download | FreeBSD-ports-2f75dea592c2e2e2391132be4545f13fe8278bc7.zip FreeBSD-ports-2f75dea592c2e2e2391132be4545f13fe8278bc7.tar.gz |
Remove 4.x workaround
Diffstat (limited to 'databases/p5-Tangram/Makefile')
-rw-r--r-- | databases/p5-Tangram/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/p5-Tangram/Makefile b/databases/p5-Tangram/Makefile index 30ff6bd..927d01f 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> |