diff options
author | Dan Langille <dvl@FreeBSD.org> | 2015-03-27 14:47:08 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2015-03-27 14:47:08 +0000 |
commit | cc6e678bbb31598477e0f3d875fd22a5d4325149 (patch) | |
tree | ee632b09d1b4c4ac0f025d7471f247614b82e99d /security/py-requests-kerberos | |
parent | 2d336c3cacc4eeb016c591688b28062bb27dbe3a (diff) |
Based on email feedback[1]:
* Remove indefinite article from COMMENT
* Add LICENSE / LICENSE_FILE
* Add missing RUN_DEPENDS on security/py-kerberos
* Match upstream minimum version requirements
[1] - http://docs.freebsd.org/cgi/mid.cgi?5514CA41.1050404
Approved by: mat (mentor)
Notes
Notes:
svn path=/head/; revision=382423
Diffstat (limited to 'security/py-requests-kerberos')
-rw-r--r-- | security/py-requests-kerberos/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/py-requests-kerberos/Makefile b/security/py-requests-kerberos/Makefile index e05c75fe2772..6e619ae0bbb2 100644 --- a/security/py-requests-kerberos/Makefile +++ b/security/py-requests-kerberos/Makefile @@ -8,9 +8,13 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org -COMMENT= A Kerberos authentication handler for python-requests +COMMENT= Kerberos authentication handler for python-requests -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests +LISENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>1.1.0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:${PORTSDIR}/security/py-kerberos USES= python:2 USE_PYTHON= distutils autoplist |