aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-classy-tags/Makefile
blob: d3bccc4b02c253aeb874f5741817e6f3a767eecc (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-classy-tags
PORTVERSION=	4.1.0
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Class based template tags for Django
WWW=		https://django-classy-tags.readthedocs.io/en/latest/ \
		https://github.com/django-cms/django-classy-tags

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>