ports/textproc/py-prettytable/Makefile

23 lines
485 B
Makefile

COMMENT = Python library for pretty-printing tabular data
MODPY_EGG_VERSION = 0.7.2
DISTNAME = prettytable-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc devel
REVISION = 8
MAINTAINER = Edd Barrett <edd@openbsd.org>
SITES = ${SITE_GOOGLECODE:=prettytable/}
HOMEPAGE = https://code.google.com/p/prettytable/
FLAVOR = python3
FLAVORS = python3
# 3 clause BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>