aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-python-gettext/Makefile
blob: 4f32216448236f08bbb5bdde4c918a53f1e5d7bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		https://pypi.org/project/python-gettext/

LICENSE=	BSD2CLAUSE

NO_ARCH=	yes
USES=		python:3.6+ zip
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>