1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/py-polib/Makefile
2015-03-18 13:07:40 +00:00

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>