1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-blessings/Makefile
Steven Kreuzer b0df87a4f2 Update to version 1.7
PR:		238473
Submitted by:	Steve Wills <swills@FreeBSD.org>
2019-06-26 01:49:08 +00:00

18 lines
331 B
Makefile

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