mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
fafc804922
Submitted by: Joe Maloney <jmaloney at pcbsd org> (via email)
18 lines
395 B
Makefile
18 lines
395 B
Makefile
# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polib
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://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
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|