Index: security/Makefile =================================================================== --- security/Makefile (revision 458934) +++ security/Makefile (working copy) @@ -904,6 +904,7 @@ SUBDIR += py-fchksum SUBDIR += py-first-server SUBDIR += py-flask-httpauth + SUBDIR += py-flask-kerberos SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls Index: security/py-flask-kerberos/Makefile =================================================================== --- security/py-flask-kerberos/Makefile (nonexistent) +++ security/py-flask-kerberos/Makefile (working copy) @@ -0,0 +1,23 @@ +# Created by: John W. O'Brien +# $FreeBSD$ + +PORTNAME= Flask-Kerberos +PORTVERSION= 1.0.4 +CATEGORIES= security www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= GSSAPI Negotiate HTTP authentication for Flask routes + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Property changes on: security/py-flask-kerberos/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-flask-kerberos/distinfo =================================================================== --- security/py-flask-kerberos/distinfo (nonexistent) +++ security/py-flask-kerberos/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516061296 +SHA256 (Flask-Kerberos-1.0.4.tar.gz) = 6f641f2f534e2194f67a0a15155f9b492e173175f8785e57c373f8754f27ea75 +SIZE (Flask-Kerberos-1.0.4.tar.gz) = 4683 Property changes on: security/py-flask-kerberos/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-flask-kerberos/pkg-descr =================================================================== --- security/py-flask-kerberos/pkg-descr (nonexistent) +++ security/py-flask-kerberos/pkg-descr (working copy) @@ -0,0 +1,3 @@ +GSSAPI Negotiate HTTP authentication for Flask routes. + +WWW: https://github.com/mkomitee/flask-kerberos Property changes on: security/py-flask-kerberos/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property