opnsense-ports/textproc/py-python-gettext/Makefile
Franco Fichtner d57219b569 */*: sync with upstream
Taken from: HardenedBSD
2021-04-08 08:40:15 +02:00

16 lines
323 B
Makefile

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