diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-27 20:37:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-27 20:37:42 +0000 |
commit | 99e5a36cae2df5fa6f6630b332f5dfb80dc7e3dc (patch) | |
tree | d11f198509af9469da7dbc57a3dc7a3e357247de /security | |
parent | 4a27d4ca83b3a1a30af42287bd395ee33aa8adec (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-requests-kerberos/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index de9fd1961ab6..1aa095cebac7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -826,6 +826,7 @@ SUBDIR += py-pysha3 SUBDIR += py-python-registry SUBDIR += py-rekall + SUBDIR += py-requests-kerberos SUBDIR += py-rsa SUBDIR += py-service_identity SUBDIR += py-slowaes diff --git a/security/py-requests-kerberos/Makefile b/security/py-requests-kerberos/Makefile index 6e619ae0bbb2..d1ca0297a089 100644 --- a/security/py-requests-kerberos/Makefile +++ b/security/py-requests-kerberos/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Kerberos authentication handler for python-requests -LISENSE= ISCL +LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>1.1.0:${PORTSDIR}/www/py-requests \ |