3ec156f142
Remove now unnecessary overrides in various packages.
19 lines
539 B
Makefile
19 lines
539 B
Makefile
# $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"
|