2018-01-27 13:54:08 +01:00
|
|
|
PORTNAME= xml-default-dict
|
|
|
|
PORTVERSION= 0.3
|
|
|
|
CATEGORIES= textproc python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2018-01-27 13:54:08 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= contato@kanazuchi.com
|
|
|
|
COMMENT= Python scripts to convert xml data into a defaultdict
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/kanazux/xml-default-dict
|
2018-01-27 13:54:08 +01:00
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2018-01-27 13:54:08 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|