mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
365 B
Makefile
23 lines
365 B
Makefile
COMMENT= pretty-print tabular data
|
|
|
|
MODPY_DISTV= 0.9.0
|
|
DISTNAME= tabulate-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/astanin/python-tabulate
|
|
|
|
MAINTAINER= Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools_scm
|
|
|
|
.include <bsd.port.mk>
|