Files

29 lines
442 B
Makefile
Raw Permalink Normal View History

2018-12-01 09:18:16 +00:00
PKG_ARCH= *
2011-09-20 12:56:20 +00:00
2018-12-01 09:18:16 +00:00
COMMENT= translate XML documents with PO files
2011-09-20 12:56:20 +00:00
2021-10-25 07:22:12 +00:00
DISTNAME= itstool-2.0.7
REVISION= 6
2011-09-20 12:56:20 +00:00
2018-12-01 09:18:16 +00:00
CATEGORIES= textproc
2011-09-20 12:56:20 +00:00
2018-12-01 09:18:16 +00:00
HOMEPAGE= http://itstool.org/
2011-09-20 12:56:20 +00:00
# GPLv3+
PERMIT_PACKAGE= Yes
2011-09-20 12:56:20 +00:00
2023-09-27 18:08:55 +00:00
SITES= http://files.itstool.org/itstool/
EXTRACT_SUFX= .tar.bz2
2011-09-20 12:56:20 +00:00
2018-12-01 09:18:16 +00:00
MODULES= lang/python
2011-09-20 12:56:20 +00:00
BUILD_DEPENDS= textproc/py-lxml
RUN_DEPENDS= textproc/py-lxml
2011-09-20 12:56:20 +00:00
CONFIGURE_STYLE= autoreconf
AUTOCONF_VERSION= 2.72
AUTOMAKE_VERSION= 1.18
2011-09-20 12:56:20 +00:00
.include <bsd.port.mk>