freebsd-ports/devel/py-blessings/Makefile
2015-12-08 15:01:06 +00:00

17 lines
331 B
Makefile

# $FreeBSD$
PORTNAME= blessings
PORTVERSION= 1.6
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>