freebsd-ports/converters/py-unidecode/Makefile
Kubilay Kocak 764becd722 converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plist
- Update to 0.04.14
- Enable auto plist generation & remove pkg-plist accordingly
- Enable STAGE support

While I'm here:

- Whitespace alignment
- Re-order a couple of Makefile entries

Changes: 2013-09-20 unidecode 0.04.14

 * Revert transliteration for Latin characters with umlauts back
   to language-neutral, unaccented characters.
 * Added transliterations for circled numbers, letters and ordinals.
 * Minor fixes to rarely used punctuation characters.

PR:		ports/183136
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
Approved by:	maintainer
2013-10-24 10:26:07 +00:00

27 lines
602 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= unidecode
PORTVERSION= 0.04.14
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Unidecode-${PORTVERSION}
MAINTAINER= douglas@douglasthrift.net
COMMENT= ASCII transliterations of Unicode text
LICENSE= GPLv2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Unidecode
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 320
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif
.include <bsd.port.post.mk>