ab5375ca8e
* Switch back to PyPI as it's the preferred location and the sdist is available there again. Changelog since 3.0.2 https://github.com/jazzband/django-sortedm2m/compare/3.0.2...3.1.1 PR: 261345 Approved by: Kevin Golding (maintainer)
22 lines
496 B
Makefile
22 lines
496 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
|
|
PORTNAME= django-sortedm2m
|
|
PORTVERSION= 3.1.1
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Replacement for Django's many to many field #'
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|