freebsd-ports/textproc/py-translationstring/Makefile
2011-09-27 01:18:48 +00:00

20 lines
469 B
Makefile

# New ports collection makefile for: py-translationstring
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= translationstring
PORTVERSION= 0.4
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
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>