freebsd-ports/devel/py-polib/Makefile
Josh Paetzel b2b7be825c Update to 0.7.0
Chase new distfile location

PR:	ports/166100
Submitted by:	jpaetzel
Approved by:	maintainer timeout
Sponsored by:	iXsystems
Feature safe:	yes
2012-03-16 22:18:05 +00:00

21 lines
477 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.7.0
CATEGORIES= devel python
MASTER_SITES= http://cdn.bitbucket.org/izi/polib/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= A python library to parse and manage gettext catalogs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>