mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
PORTNAME= django-annoying
|
|
PORTVERSION= 0.10.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Eliminate annoying things in the Django framework
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|