aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-et_xmlfile/Makefile
blob: d762fae46437ee7b1ca25253f07bb2b93d80caa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	et_xmlfile
PORTVERSION=	1.0.1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
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>