freebsd-ports/devel/py-polib/Makefile
2015-11-13 16:45:20 +00:00

16 lines
347 B
Makefile

# Created by: Oleg Ukraincev <oleg@ht-systems.ru>
# $FreeBSD$
PORTNAME= polib
PORTVERSION= 1.0.7
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>