opnsense-ports/devel/py-termstyle/Makefile
Franco Fichtner 465481a97b */*: sync with upstream
Taken from: FreeBSD
2015-11-15 10:51:01 +01:00

18 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= termstyle
PORTVERSION= 0.1.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Dirt-simple terminal-colour library for python
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>