pkgsrc/textproc/py-text-unidecode/Makefile

18 lines
455 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:07 wiz Exp $
DISTNAME= text-unidecode-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/text-unidecode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/kmike/text-unidecode
COMMENT= Most basic Text::Unidecode port
LICENSE= artistic
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"