aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2012-05-08 22:00:05 +0800
committerskreuzer <skreuzer@FreeBSD.org>2012-05-08 22:00:05 +0800
commit397e4d65e21beaa1227cc39154e0c8f35b99e5f3 (patch)
treeb95b6433315fbbfc31503d5252531255cea020de /finance
parent2ac14538314d71698f43d705e5daf4d58a6df198 (diff)
downloadfreebsd-ports-gnome-397e4d65e21beaa1227cc39154e0c8f35b99e5f3.tar.gz
freebsd-ports-gnome-397e4d65e21beaa1227cc39154e0c8f35b99e5f3.tar.zst
freebsd-ports-gnome-397e4d65e21beaa1227cc39154e0c8f35b99e5f3.zip
Correct DEPENDS
PR: ports/167510 Submitted by: Steve Wills <swills@freebsd.org>
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-Finance-Bitcoin/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/finance/p5-Finance-Bitcoin/Makefile b/finance/p5-Finance-Bitcoin/Makefile
index 8f02724b30e0..63e64fc8c5f2 100644
--- a/finance/p5-Finance-Bitcoin/Makefile
+++ b/finance/p5-Finance-Bitcoin/Makefile
@@ -14,15 +14,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl interface to a bitcoin instance
-RUN_DEPENDS= p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \
+BUILD_DEPENDS= p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \
p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \
p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
-BUILD_DEPENDS= p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
-
-TEST_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
- p5-Object-Authority>=0:${PORTSDIR}/devel/p5-Object-Authority
+ p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
+ p5-Object-AUTHORITY>=0:${PORTSDIR}/devel/p5-Object-Authority
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes