summaryrefslogtreecommitdiff
path: root/comms/py-python-termstyle/Makefile
blob: 37fed74b37a618f575a5e0d06b01fb3342680a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:25 wiz Exp $

DISTNAME=	python-termstyle-0.1.10
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	comms
MASTER_SITES=	https://pypi.python.org/packages/source/p/python-termstyle/

MAINTAINER=	rodent@NetBSD.org
HOMEPAGE=	http://gfxmonk.net/dist/0install/python-termstyle.xml
COMMENT=	Console colouring for python
LICENSE=	modified-bsd

USE_LANGUAGES=	# none

REPLACE_PYTHON=	termstyle.py

.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"