aboutsummaryrefslogtreecommitdiff
path: root/converters/py-unidecode/Makefile
blob: d1f5365952115503d8d34e2770049562088b4343 (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
27
# New ports collection makefile for:	py-unidecode
# Date created:				22 October 2009
# Whom:					Douglas Thrift
#
# $FreeBSD$
#

PORTNAME=	unidecode
PORTVERSION=	0.04.6
CATEGORIES=	converters python
MASTER_SITES=	http://code.zemanta.com/tsolc/unidecode/releases/ \
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
		http://code.douglasthrift.net/files/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Unidecode-${PORTVERSION}

MAINTAINER=	douglas@douglasthrift.net
COMMENT=	ASCII transliterations of Unicode text

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	Unidecode

.include <bsd.port.mk>