Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
23 lines
509 B
Makefile
23 lines
509 B
Makefile
PORTNAME= django-sortedm2m
|
|
PORTVERSION= 3.1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
MASTER_SITES= PYPI
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Replacement for Django's many to many field #'
|
|
WWW= https://github.com/gregmuellegger/django-sortedm2m
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|