Index: head/www/py-django-modern-rpc/Makefile =================================================================== --- head/www/py-django-modern-rpc/Makefile (revision 533967) +++ head/www/py-django-modern-rpc/Makefile (revision 533968) @@ -1,22 +1,23 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= django-modern-rpc PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Simple and modern JSON-RPC and XML-RPC server implementation for Django +COMMENT= Simple and modern JSON-RPC/XML-RPC server implementation for Django LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8.0:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include