aboutsummaryrefslogtreecommitdiff
path: root/finance/py-stripe/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-10-26 07:18:03 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-10-26 07:18:03 +0000
commite12db4011c1e8691d75b86b102698bc4b94eeed6 (patch)
tree060537561a113dbc2e838480f79cb15699d6a999 /finance/py-stripe/Makefile
parent22867575c0a1115d245acfc68b67af8a841c6521 (diff)
downloadports-e12db4011c1e8691d75b86b102698bc4b94eeed6.tar.gz
ports-e12db4011c1e8691d75b86b102698bc4b94eeed6.zip
finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignment
Reported by: jgh
Notes
Notes: svn path=/head/; revision=331655
Diffstat (limited to 'finance/py-stripe/Makefile')
-rw-r--r--finance/py-stripe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile
index 5415682da94f..2174fd962111 100644
--- a/finance/py-stripe/Makefile
+++ b/finance/py-stripe/Makefile
@@ -14,7 +14,7 @@ COMMENT= Python bindings for the Stripe.com payment system
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:${PORTSDIR}/www/py-requests
-TEST_DEPENDS:= ${RUN_DEPENDS
+TEST_DEPENDS:= ${RUN_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install