716ee0a57c
Changelog: https://github.com/macropin/django-registration/blob/v2.12/CHANGELOG PR: 272394 MFH: 2023Q3
23 lines
548 B
Makefile
23 lines
548 B
Makefile
PORTNAME= django-registration-redux
|
|
PORTVERSION= 2.12
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= User-registration application for Django
|
|
WWW= https://github.com/macropin/django-registration
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-registration
|
|
|
|
.include <bsd.port.mk>
|