blob: 9e850296945c3bc443e169eee602308c45a90a18 (
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= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Eliminate annoying things in the Django framework
WWW= https://github.com/skorokithakis/django-annoying
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|