2ccbeac492
Bug fixes.
16 lines
451 B
Makefile
16 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/07/26 10:58:02 adam Exp $
|
|
|
|
DISTNAME= webencodings-0.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webencodings/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://github.com/SimonSapin/python-webencodings
|
|
COMMENT= Character encoding for the web
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|