aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-et_xmlfile/Makefile
blob: f6496ddb19112598da4caba2b7a4659026be719b (plain) (tree)
1
2
3
4
5
6
7
8
9


                               
                    



                                                                       
                                                         


                   
                           

                                   

                   
                      
PORTNAME=	et_xmlfile
PORTVERSION=	1.0.1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Implementation of lxml.xmlfile for the standard library
WWW=		https://bitbucket.org/openpyxl/et_xmlfile

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>