3c9186abba
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.
18 lines
331 B
Makefile
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>
|