diff options
Diffstat (limited to 'devel/py-lazy-object-proxy/Makefile')
-rw-r--r-- | devel/py-lazy-object-proxy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-lazy-object-proxy/Makefile b/devel/py-lazy-object-proxy/Makefile index c4bf763f886c..7d8d3b453957 100644 --- a/devel/py-lazy-object-proxy/Makefile +++ b/devel/py-lazy-object-proxy/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lazy-object-proxy -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ COMMENT= Fast and thorough lazy object proxy LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist concurrent distutils |