aboutsummaryrefslogtreecommitdiffstats
path: root/converters/py-unidecode/Makefile
blob: 183c7591bf83a3be9375245076be07c6daeea54e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$

PORTNAME=   unidecode
PORTVERSION=    0.04.13
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>