mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
20 lines
401 B
Makefile
20 lines
401 B
Makefile
# Created by: Nikolay Dachev <freebsd@dacehv.info>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tabulate
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Pretty-print tabular data in Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES?= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|