freebsd-ports/textproc/py-zope.i18nmessageid/Makefile
Cheng-Lung Sung 80d975624c zope.i18nmessageid provides facilities for declaring such messages
within program source text; translation of the messages is the
responsiblitiy of the 'zope.i18n' package.

WWW: http://www.python.org/pypi/zope.i18nmessageid
2011-03-21 08:57:31 +00:00

21 lines
482 B
Makefile

# New ports collection makefile for: py-zope.i18nmessageid
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zope.i18nmessageid
PORTVERSION= 3.5.3
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Message Identifiers for internationalization
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP=yes
.include <bsd.port.mk>