mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b0df87a4f2
PR: 238473 Submitted by: Steve Wills <swills@FreeBSD.org>
18 lines
331 B
Makefile
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>
|