freebsd-ports/databases/py-django-transaction-hooks/Makefile
Antoine Brodin ea86c30f2b Remove dependency on the django metaport
With hat:	portmgr
2019-03-08 14:45:50 +00:00

23 lines
511 B
Makefile

# Created by: René Ladan <rene@freebsd.org>
# $FreeBSD$
PORTNAME= django-transaction-hooks
PORTVERSION= 0.2
PORTREVISION= 3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Django database backends to register transaction-commit hooks
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>