summaryrefslogtreecommitdiff
path: root/textproc/py-python-gettext/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-01-16 13:23:40 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-01-16 13:23:40 +0000
commit28242ae8330c20b1a3466dfee790bc6012dd2b89 (patch)
tree1c43e1ac104bbc2a794324971eecd6122d44fb17 /textproc/py-python-gettext/Makefile
parent- Add new port: textproc/rubygem-emot (diff)
textproc/py-gettext: rename to match upstream name
Notes
Notes: svn path=/head/; revision=406219
Diffstat (limited to 'textproc/py-python-gettext/Makefile')
-rw-r--r--textproc/py-python-gettext/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/py-python-gettext/Makefile b/textproc/py-python-gettext/Makefile
new file mode 100644
index 000000000000..68c2e8b433f2
--- /dev/null
+++ b/textproc/py-python-gettext/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= python-gettext
+PORTVERSION= 2.1
+PORTREVISION= 1
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rm@FreeBSD.org
+COMMENT= Python Gettext po to mo file compiler
+
+LICENSE= BSD2CLAUSE
+
+USES= python zip
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} <= 3000
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>=0:${PORTSDIR}/devel/py-unittest2
+.endif
+
+.include <bsd.port.post.mk>