aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-texttable/Makefile
blob: bc71b608ffacff682890f5e573a25352c5bd4f43 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             

                         
                     
                               
                          

                                       
                                 

                                                       
                   
                                 
 
                                                                                          
 
                   
                                              
 
                   
 



                                                          
                      
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	texttable
PORTVERSION=	1.6.3
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Module for creating simple ASCII tables

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

CJKWRAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_FLAVOR}

USES=	python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

OPTIONS_DEFINE=	CJKWRAP

CJKWRAP_DESC=	Text Wrapping with better CJK text support

.include <bsd.port.mk>