blob: 0296c077728ae411ca4bc6c3348281a961d6c974 (
plain) (
blame)
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.4.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>
|