pkgsrc/converters/py-jpCodecs/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

17 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.24 2019/04/26 13:13:45 maya Exp $
DISTNAME= JapaneseCodecs-1.4.11
PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11
PKGREVISION= 2
CATEGORIES= converters python
MASTER_SITES= http://www.python.jp/Zope/download/JapaneseCodecs/
MASTER_SITES+= http://www.asahi-net.or.jp/~rd6t-kjym/python/JapaneseCodecs/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/
COMMENT= Python Unicode codecs for Japanese charsets
PYTHON_VERSIONS_INCOMPATIBLE= 36 37
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"