pkgsrc/textproc/py-text-unidecode/Makefile
adam c6a62f76de py-text-unidecode: updated to 1.3
1.3:
text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. Choose license which fits better.
Declare Python 3.7 support, don't declare Python 3.3 support
2019-09-02 07:03:48 +00:00

16 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/09/02 07:03:48 adam Exp $
DISTNAME= text-unidecode-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
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"