52dfde851e
1.2: Bug fixes.
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/04/13 07:16:33 adam Exp $
|
|
|
|
DISTNAME= text-unidecode-1.2
|
|
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"
|