aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-annoying/Makefile
blob: 24604cd70fcc08931310f93c7ba80ae7c03dbb4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	django-annoying
PORTVERSION=	0.10.6
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Eliminate annoying things in the Django framework
WWW=		https://github.com/skorokithakis/django-annoying

LICENSE=	BSD3CLAUSE

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

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>