1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/www/py-django-radius/Makefile
Kai Knoblich 489cf4f786 www/py-django-radius: Update to 1.5.1
* Also remove the workaround for setup.py, which is no longer required.

Changelog:

https://github.com/robgolding/django-radius/compare/1.5.0...7e5ce44
2024-04-24 06:03:36 +02:00

28 lines
601 B
Makefile

PORTNAME= django-radius
DISTVERSION= 1.5.1
CATEGORIES= www net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Django authentication backend for RADIUS
WWW= https://github.com/robgolding/django-radius
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyrad>=1.2:net/pyrad@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>