pkgsrc/converters/py-zhCodecs/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

23 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:04 agc Exp $
DISTNAME= ChineseCodecs1.2.0
PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0
PKGREVISION= 1
CATEGORIES= converters devel python
MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/
MASTER_SITES+= ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/python-codecs/
COMMENT= Python Unicode codecs for Chinese charsets
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
PYDISTUTILSPKG= # defined
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
post-extract:
@${CHMOD} 711 ${WRKSRC}/chinesetw
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"