mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
15 lines
340 B
Makefile
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>
|