freebsd-ports/textproc/py-python-gettext/Makefile
Ruslan Makhmatkhanov 3c9186abba textproc/py-python-gettext: update to 3.0
changelog:
  * Use u” strings again for easier cross Python 2/3 code.
  * Fix plural form support under Python 3.x.
  * Break dependency on unittest2 for Python 2.7.
2016-01-16 13:25:49 +00:00

18 lines
331 B
Makefile

# $FreeBSD$
PORTNAME= python-gettext
PORTVERSION= 3.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python Gettext po to mo file compiler
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>