diff options
Diffstat (limited to 'security/py-oauthlib/Makefile')
-rw-r--r-- | security/py-oauthlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 6d403dd1a7c1..a6e4cf8991e4 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= RFC-compliant Python implementation of OAuth -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ |