aboutsummaryrefslogblamecommitdiff
path: root/devel/py-blessings/Makefile
blob: 8213308ab628b45d41f5bdd752c6d938b2bf77ae (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                               

                                   

                      
# $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>