pkgsrc/textproc/py-Unidecode/Makefile

21 lines
579 B
Makefile
Raw Normal View History

2017-09-04 20:08:18 +02:00
# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:28 wiz Exp $
DISTNAME= Unidecode-0.04.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-04 20:08:18 +02:00
HOMEPAGE= https://pypi.python.org/pypi/Unidecode/
COMMENT= ASCII transliterations of Unicode text
LICENSE= gnu-gpl-v2 # or newer
USE_LANGUAGES= # none
EGG_NAME= ${DISTNAME:S/0.04/0.4/}
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} unidecode unidecode${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"