1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/py-et_xmlfile/Makefile
Po-Chuan Hsieh 37d860268d
textproc/py-et_xmlfile: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-07-15 00:11:04 +08:00

20 lines
386 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
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
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>