aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-smart-selects/Makefile
blob: 3b409e11fa3f8a9f750516ffe9de503dab8737e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	django-smart-selects
PORTVERSION=	1.5.9
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	gatemken@cisco.com
COMMENT=	Quickly filter or group "chained" models
WWW=		https://github.com/jazzband/django-smart-selects

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${FILESDIR}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR}

USES=		python:3.6+,run
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>