freebsd-ports/textproc/py-et_xmlfile/Makefile
2023-02-21 19:29:46 +00:00

18 lines
375 B
Makefile

PORTNAME= et_xmlfile
PORTVERSION= 1.1.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Implementation of lxml.xmlfile for the standard library
WWW= https://foss.heptapod.net/openpyxl/et_xmlfile
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>