svn commit: r508468 - head/www/py-django-modelcluster

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 9 20:01:21 UTC 2019


Author: sunpoet
Date: Fri Aug  9 20:01:21 2019
New Revision: 508468
URL: https://svnweb.freebsd.org/changeset/ports/508468

Log:
  Add TAGGIT option
  
  It uses py-dj22-django-taggit because Django 1.11 support was removed in 5.0 update.

Modified:
  head/www/py-django-modelcluster/Makefile

Modified: head/www/py-django-modelcluster/Makefile
==============================================================================
--- head/www/py-django-modelcluster/Makefile	Fri Aug  9 20:01:16 2019	(r508467)
+++ head/www/py-django-modelcluster/Makefile	Fri Aug  9 20:01:21 2019	(r508468)
@@ -20,4 +20,9 @@ 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 <bsd.port.mk>


More information about the svn-ports-all mailing list