freebsd-ports/converters/py-unidecode/Makefile
Frederic Culot 2817aa5399 - Update to 0.04.12
PR:		ports/175667
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-01-29 07:36:57 +00:00

26 lines
574 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= unidecode
PORTVERSION= 0.04.12
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_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>