blob: 175119cd4cb665f2584451199920ad6c1aceadec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|