18 lines
375 B
Makefile
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>
|