ports/textproc/itstool/Makefile

25 lines
362 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
PKG_ARCH= *
COMMENT= translate XML documents with PO files
DISTNAME= itstool-2.0.7
REVISION= 2
CATEGORIES= textproc
HOMEPAGE= http://itstool.org/
# GPLv3+
PERMIT_PACKAGE= Yes
2023-09-28 02:05:49 +00:00
SITES= http://files.itstool.org/itstool/
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
RUN_DEPENDS= textproc/libxml,-python
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>