Index: head/www/py-django-modelcluster/Makefile =================================================================== --- head/www/py-django-modelcluster/Makefile (revision 508467) +++ head/www/py-django-modelcluster/Makefile (revision 508468) @@ -1,23 +1,28 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= django-modelcluster PORTVERSION= 5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Django extension for working with clusters of models as a single unit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2:devel/py-pytz@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes +OPTIONS_DEFINE= TAGGIT +TAGGIT_DESC= Tagging support + +TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0.20:www/py-dj22-django-taggit@${PY_FLAVOR} + .include