aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-xml-default-dict/Makefile
blob: dd2769cc19cf33a517db0886d444985c8c03772f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	xml-default-dict
PORTVERSION=	0.3
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	contato@kanazuchi.com
COMMENT=	Python scripts to convert xml data into a defaultdict
WWW=		https://github.com/kanazux/xml-default-dict

LICENSE=	BSD2CLAUSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>