mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7105a2be3d
- trim Makefile header - fix plist for python >= 32 PR: 174036 Submitted by: rm (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes
27 lines
546 B
Makefile
27 lines
546 B
Makefile
# Created by: Douglas Thrift
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unidecode
|
|
PORTVERSION= 0.04.10
|
|
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>
|