aboutsummaryrefslogtreecommitdiff
path: root/devel/py-blessings/Makefile
blob: 74ca23fbb3e599489f9bfe8db5186c7747344f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	blessings
PORTVERSION=	1.7
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Thin wrapper around terminal coloring, styling, and positioning

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>