svn commit: r331655 - head/finance/py-stripe
Kubilay Kocak
koobs at FreeBSD.org
Sat Oct 26 07:18:04 UTC 2013
Author: koobs
Date: Sat Oct 26 07:18:03 2013
New Revision: 331655
URL: http://svnweb.freebsd.org/changeset/ports/331655
Log:
finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignment
Reported by: jgh
Modified:
head/finance/py-stripe/Makefile
Modified: head/finance/py-stripe/Makefile
==============================================================================
--- head/finance/py-stripe/Makefile Sat Oct 26 06:44:26 2013 (r331654)
+++ head/finance/py-stripe/Makefile Sat Oct 26 07:18:03 2013 (r331655)
@@ -14,7 +14,7 @@ COMMENT= Python bindings for the Stripe.
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
More information about the svn-ports-all
mailing list