mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
17 lines
347 B
Makefile
17 lines
347 B
Makefile
# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polib
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Python library to parse and manage gettext catalogs
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|