ports/devel/py-terminaltables/Makefile

25 lines
400 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= draw tables in terminal
MODPY_EGG_VERSION= 3.1.0
DISTNAME= terminaltables-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/Robpol86/terminaltables
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>