b26c2a1ba8
polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through its entries, add, modify entries, comments or metadata, etc... or create new po files from scratch. ok jasper@
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/02 13:33:10 ajacoutot Exp $
|
|
|
|
COMMENT= Python library to manipulate gettext files
|
|
|
|
MODPY_EGG_VERSION= 0.7.0
|
|
DISTNAME = polib-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= http://pypi.python.org/pypi/polib
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://bitbucket.org/izi/polib/downloads/
|
|
|
|
MODULES = lang/python
|
|
|
|
.include <bsd.port.mk>
|