aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-zope.i18nmessageid/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2011-03-21 08:57:31 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2011-03-21 08:57:31 +0000
commit80d975624c3254d9107d7a6c5177ce0014813061 (patch)
tree499883d967d3655f7ab5fc9ddc11b56dfef7bc6e /textproc/py-zope.i18nmessageid/Makefile
parent4dbd7297fc770177bf76feff9e2659d88c1fac0b (diff)
downloadports-80d975624c3254d9107d7a6c5177ce0014813061.tar.gz
ports-80d975624c3254d9107d7a6c5177ce0014813061.zip
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
Notes
Notes: svn path=/head/; revision=271388
Diffstat (limited to 'textproc/py-zope.i18nmessageid/Makefile')
-rw-r--r--textproc/py-zope.i18nmessageid/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-zope.i18nmessageid/Makefile b/textproc/py-zope.i18nmessageid/Makefile
new file mode 100644
index 000000000000..9376ce534d55
--- /dev/null
+++ b/textproc/py-zope.i18nmessageid/Makefile
@@ -0,0 +1,21 @@
+# 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>