opnsense-ports/textproc/py-tabletext/Makefile
Franco Fichtner 70f887858a */*: sync with upstream
Taken from: FreeBSD
2017-01-12 07:29:58 +01:00

18 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= tabletext
PORTVERSION= 0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Python library to pretty-print tabular data
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>