mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
396 B
Makefile
23 lines
396 B
Makefile
COMMENT = register CLI commands via setuptools entry-points
|
|
|
|
MODPY_DISTV = 1.1.1
|
|
DISTNAME = click-plugins-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/click-contrib/click-plugins
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/py-click
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|