freebsd-ports/devel/py-polib/Makefile
2008-03-06 21:34:40 +00:00

20 lines
463 B
Makefile

# New ports collection makefile for: py-polib
# Date created: 10 January 2008
# Whom: Oleg Ukraincev <oleg@ht-systems.ru>
#
# $FreeBSD$
#
PORTNAME= polib
PORTVERSION= 0.3.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= oleg@ht-systems.ru
COMMENT= A python library to parse and manage gettext catalogs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>