freebsd-ports/devel/py-repoze.xmliter/Makefile
Ruslan Makhmatkhanov 595a785c44 - update to 0.5
2012-01-25 19:07:58 +00:00

25 lines
559 B
Makefile

# New ports collection makefile for: py-repoze.xmliter
# Date created: 18 September 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= repoze.xmliter
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Wrapper for lxml trees which serializes to string upon iteration
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.1:${PORTSDIR}/devel/py-lxml
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
USE_ZIP= yes
.include <bsd.port.mk>