summaryrefslogtreecommitdiff
path: root/finance/p5-Business-TW-TSIB-VirtualAccount
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-05 17:00:55 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-05 17:00:55 +0000
commit3ee7aadb9d8c341b8e773a09bef8b5a332afc1a7 (patch)
treea95dd072507e1e1e98d9f89fce1cc23895fa8fbd /finance/p5-Business-TW-TSIB-VirtualAccount
parent- Add missing BUILD_DEPENDS to allow the module to work, silence build (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/Makefile6
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