19 lines
379 B
Makefile
19 lines
379 B
Makefile
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
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
|
||
|
USE_PYTHON= distutils autoplist
|
||
|
|
||
|
.include <bsd.port.mk>
|