blob: 8213308ab628b45d41f5bdd752c6d938b2bf77ae (
plain) (
tree)
|
|
# $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>
|