2011-11-11 09:17:55 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-01-16 14:23:40 +01:00
|
|
|
PORTNAME= python-gettext
|
2016-01-16 14:25:49 +01:00
|
|
|
PORTVERSION= 3.0
|
2011-11-11 09:17:55 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
|
|
COMMENT= Python Gettext po to mo file compiler
|
|
|
|
|
2016-01-06 18:45:46 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2011-11-11 09:17:55 +01:00
|
|
|
|
2016-01-16 14:25:49 +01:00
|
|
|
NO_ARCH= yes
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python zip
|
2016-01-16 14:25:49 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
2011-11-11 09:17:55 +01:00
|
|
|
|
2016-01-16 14:25:49 +01:00
|
|
|
.include <bsd.port.mk>
|