diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-10 14:04:23 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-10 14:04:23 +0000 |
commit | f3c11d37dfd36569ceb890d9c45a5a30e3cdaeca (patch) | |
tree | d1bd9b013a62802b0a0aa95953521adb106f17fa /security/py-oauthlib/Makefile | |
parent | www/squid: Upgrade version 3.4.9 => 3.4.10 (diff) |
Update "BSD" license in security category
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 \ |