openbsd-ports/geo/py-cligj/Makefile
landry 47c9e30845 Remove python2 FLAVOR, migrate to python3 by default.
the only consumer (py-fiona) is now python3 only so this one can go away.

ok sthen@ kmos@
2020-02-25 10:08:49 +00:00

25 lines
448 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/02/25 10:08:49 landry Exp $
COMMENT = click params for command line interfaces to GeoJSON
MODPY_EGG_VERSION = 0.5.0
DISTNAME = cligj-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = geo
# BSD
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}
.include <bsd.port.mk>