1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

security/py-django-auth-kerberos: UCL-ify pkg-message

Approved by:	portmgr (blanket)
This commit is contained in:
Mateusz Piotrowski 2021-10-20 17:29:03 +02:00
parent 402e153d14
commit c274d68238
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= django-auth-kerberos
PORTVERSION= 1.2.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
INSTALLED_APPS = (
...
'django_auth_kerberos',
@ -22,3 +25,6 @@ LOGIN_REDIRECT_URL = '/'
AUTHENTICATION_BACKENDS = (
'django_auth_kerberos.backends.KrbBackend',
)
EOM
}
]