diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-16 05:43:52 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-16 05:43:52 +0000 |
commit | 6b470bae86247b8cb79b0dc6e43078df2f84c4ae (patch) | |
tree | e1545740f8801646e19c181252cb4c4e39df9ca8 /finance/p5-Business-WorldPay-Junior | |
parent | b63d72fe5f0a821fa729c344f9b44de714603abc (diff) | |
download | ports-6b470bae86247b8cb79b0dc6e43078df2f84c4ae.tar.gz ports-6b470bae86247b8cb79b0dc6e43078df2f84c4ae.zip |
Notes
Diffstat (limited to 'finance/p5-Business-WorldPay-Junior')
-rw-r--r-- | finance/p5-Business-WorldPay-Junior/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/finance/p5-Business-WorldPay-Junior/Makefile b/finance/p5-Business-WorldPay-Junior/Makefile index 6cf19c4d468c..8a0147932420 100644 --- a/finance/p5-Business-WorldPay-Junior/Makefile +++ b/finance/p5-Business-WorldPay-Junior/Makefile @@ -16,8 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to handle WorldPay Junior for payment services BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ - ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -32,4 +31,14 @@ post-patch: -e '$$_="" if /use warnings/;' \ ${WRKSRC}/Junior.pm -.include <bsd.port.mk> +.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> |