mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
347 B
Makefile
21 lines
347 B
Makefile
COMMENT = module to create simple ASCII tables
|
|
|
|
MODPY_DISTV = 1.7.0
|
|
DISTNAME = texttable-${MODPY_DISTV}
|
|
PKGNAME = py-texttable-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/foutaise/texttable/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|