Lines 1-12
Link Here
|
1 |
# New ports collection makefile for: py-unidecode |
1 |
# Created by: Douglas Thrift |
2 |
# Date created: 22 October 2009 |
|
|
3 |
# Whom: Douglas Thrift |
4 |
# |
5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= unidecode |
4 |
PORTNAME= unidecode |
9 |
PORTVERSION= 0.04.9 |
5 |
PORTVERSION= 0.04.10 |
10 |
CATEGORIES= converters python |
6 |
CATEGORIES= converters python |
11 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 21-24
Link Here
|
21 |
USE_PYDISTUTILS= yes |
17 |
USE_PYDISTUTILS= yes |
22 |
PYDISTUTILS_PKGNAME= Unidecode |
18 |
PYDISTUTILS_PKGNAME= Unidecode |
23 |
|
19 |
|
24 |
.include <bsd.port.mk> |
20 |
.include <bsd.port.pre.mk> |
|
|
21 |
|
22 |
.if ${PYTHON_REL} >= 320 |
23 |
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" |
24 |
.endif |
25 |
|
26 |
.include <bsd.port.post.mk> |