mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
28 lines
696 B
Makefile
28 lines
696 B
Makefile
PORTNAME= django-tables2
|
|
DISTVERSION= 2.7.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Table/data-grid framework for Django
|
|
WWW= https://github.com/jieter/django-tables2
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= TABLIB
|
|
|
|
TABLIB_DESC= Enable support for exporting table datasets
|
|
TABLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|