freebsd-ports/converters/py-unidecode/Makefile
Danilo G. Baio 0e6610a181 converters/py-unidecode: Update to 1.0.22
While here, update LICENSE.

Changes:	https://raw.githubusercontent.com/avian2/unidecode/unidecode-1.0.22/ChangeLog

PR:		227151
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2018-04-01 13:42:55 +00:00

21 lines
470 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= unidecode
PORTVERSION= 1.0.22
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Unidecode-${PORTVERSION}
MAINTAINER= douglas@douglasthrift.net
COMMENT= ASCII transliterations of Unicode text
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>