opnsense-ports/converters/py-unidecode/Makefile
Franco Fichtner e32262805e */*: sync with upstream
Taken from: FreeBSD
2016-01-24 09:39:29 +01:00

19 lines
414 B
Makefile

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