19 lines
502 B
Makefile
19 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:43 wiz Exp $
|
|
|
|
DISTNAME= termstyle-0.1.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= comms python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/termstyle/}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|