diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-05 17:00:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-05 17:00:55 +0000 |
commit | 3ee7aadb9d8c341b8e773a09bef8b5a332afc1a7 (patch) | |
tree | a95dd072507e1e1e98d9f89fce1cc23895fa8fbd /finance/p5-Business-TW-TSIB-VirtualAccount | |
parent | 244d2d0b6c40ff24549e813065e6f68cde586cba (diff) |
- Add missing BUILD_DEPENDS to allow the module to work, silence build
warning and allow testing
- Bump PORTREVISION due to added dependency
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS as
suggested by the Porters Handbook
Notes
Notes:
svn path=/head/; revision=288550
Diffstat (limited to 'finance/p5-Business-TW-TSIB-VirtualAccount')
-rw-r--r-- | finance/p5-Business-TW-TSIB-VirtualAccount/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile b/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile index 8fdbb6eded0f..a6deaa184836 100644 --- a/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile +++ b/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile @@ -7,6 +7,7 @@ PORTNAME= Business-TW-TSIB-VirtualAccount PORTVERSION= 0.04b +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for Taishin Bank Virtual Account Management -BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |