summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-27 20:37:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-27 20:37:42 +0000
commit99e5a36cae2df5fa6f6630b332f5dfb80dc7e3dc (patch)
treed11f198509af9469da7dbc57a3dc7a3e357247de /security
parentUpdate openoffice-4 with applicable changes in openoffice-devel r382334: (diff)
- Hook py-requests-kerberos to the build
- Fix LICENSE
Notes
Notes: svn path=/head/; revision=382436
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/py-requests-kerberos/Makefile2
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 \