25 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.6 2020/07/03 21:12:54 sthen 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 = 2
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>