ecf05a768e
Simple lib to convert xml file into a defaultdict from python collections lib, making more easy use the dict to accesses some tags of xml data. WWW: https://github.com/kanazux/xml-default-dict PR: 225382 Submitted by: Silvio Ap Silva <contato@kanazuchi.com>
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# Created by: Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml-default-dict
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= contato@kanazuchi.com
|
|
COMMENT= Python scripts to convert xml data into a defaultdict
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|