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 \