2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-03-21 09:19:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= translationstring
|
2011-09-27 03:18:48 +02:00
|
|
|
PORTVERSION= 0.4
|
2014-02-17 15:46:41 +01:00
|
|
|
PORTREVISION= 1
|
2011-03-21 09:19:07 +01:00
|
|
|
CATEGORIES= textproc www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Utility library for i18n relied on by various Repoze packages
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-02-17 15:46:41 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2011-03-21 09:19:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|