summaryrefslogtreecommitdiff
path: root/devel/py-termstyle/Makefile
blob: 2c2d4c29acef0d6485bd5da12c5f751d8eda14e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	termstyle
PORTVERSION=	0.1.10
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-${PORTNAME}-${PORTVERSION}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	Dirt-simple terminal-colour library for python

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>