summaryrefslogtreecommitdiff
path: root/textproc/py-python-gettext/Makefile
blob: e09162447b882ac909808e755c3f4f41d7c446fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	python-gettext
PORTVERSION=	3.0
PORTREVISION=	1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Python Gettext po to mo file compiler
WWW=		https://pypi.org/project/python-gettext/

LICENSE=	BSD2CLAUSE

NO_ARCH=	yes
USES=		python zip
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>