mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
17 lines
372 B
Makefile
17 lines
372 B
Makefile
# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polib
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://cdn.bitbucket.org/izi/polib/downloads/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Python library to parse and manage gettext catalogs
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|