summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-31 15:23:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-31 15:23:13 +0000
commit5ef60cf65d5ffcd84fe51c717990fc1cba87d10b (patch)
treea7da32f6c0064d6be598b00d61f30117a3f396dd /finance
parent7d0f8d0bcada46e31904286734f3f09e759febf1 (diff)
downloadfreebsd-ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.zip
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-Finance-Bitcoin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/p5-Finance-Bitcoin/Makefile b/finance/p5-Finance-Bitcoin/Makefile
index 842435fcaa5a..d5d748cac8f1 100644
--- a/finance/p5-Finance-Bitcoin/Makefile
+++ b/finance/p5-Finance-Bitcoin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Finance-Bitcoin
PORTVERSION= 0.901
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,6 @@ COMMENT= Perl interface to a bitcoin instance
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 \
p5-Object-AUTHORITY>=0:${PORTSDIR}/devel/p5-Object-Authority
RUN_DEPENDS:= ${BUILD_DEPENDS}