ports/devel/py-prettytable/Makefile
Mathieu Arnold d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00

17 lines
404 B
Makefile

# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
PORTNAME= prettytable
PORTVERSION= 0.7.2
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP/source/P/PrettyTable
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= novel@FreeBSD.org
COMMENT= Library for displaying tabular data in an ASCII table format
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>