freebsd-ports/textproc/py-texttable/Makefile
Ruslan Makhmatkhanov e1eccfcb94 textproc/py-texttable: switch to PyPi
- add PyPi mirror and make it default
- convert to autogenerated pkg-plist
2015-07-05 18:18:25 +00:00

20 lines
429 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= texttable
PORTVERSION= 0.8.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://foutaise.org/code/texttable/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Module for creating simple ASCII tables
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>