19 lines
496 B
Makefile
19 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:10 wiz Exp $
|
|
|
|
DISTNAME= termstyle-0.1.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= comms python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/termstyle/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/gfxmonk/termstyle
|
|
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"
|