ports/devel/py-polib/Makefile
2021-04-06 16:31:07 +02:00

15 lines
340 B
Makefile

# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
PORTNAME= polib
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python library to parse and manage gettext catalogs
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>