89e07f4a18
Approved by: portmgr (implicit)
17 lines
333 B
Makefile
17 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blessings
|
|
PORTVERSION= 1.5.1
|
|
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>
|