freebsd-ports/textproc/py-python-gettext/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

17 lines
364 B
Makefile

PORTNAME= python-gettext
PORTVERSION= 3.0
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:3.6+ zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>