19 lines
422 B
Makefile
19 lines
422 B
Makefile
# Created by: Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
|
|
|
|
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:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|