freebsd-ports/devel/py-polib/Makefile

21 lines
458 B
Makefile
Raw Normal View History

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