20 lines
579 B
Makefile
20 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:28 wiz Exp $
|
|
|
|
DISTNAME= Unidecode-0.04.21
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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"
|