diff --git a/devel/py-cligj/Makefile b/devel/py-cligj/Makefile index fc1db06ea240..2c7f2d025ade 100644 --- a/devel/py-cligj/Makefile +++ b/devel/py-cligj/Makefile @@ -1,17 +1,19 @@ PORTNAME= cligj PORTVERSION= 0.7.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Click-based argument and option decorators for Python GIS cli LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>4.0:devel/py-click@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include