1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/xml2rfc/Makefile
Joe Marcus Clarke ca3e1f7adc Allow lxml 3.2.5 to be used. More patches may be forthcoming as we uncover
what issues might exist beyond 3.2.1.

Submitted by:	Rob Austein <sra@hactrn.net>
2014-02-12 23:34:19 +00:00

24 lines
492 B
Makefile

# Created by: jabley@automagic.org
# $FreeBSD$
PORTNAME= xml2rfc
PORTVERSION= 2.4.5
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/xml2rfc2/cli/
MAINTAINER= marcus@FreeBSD.org
COMMENT= A tool to create RFCs and related documents from XML, as per RFC2629
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:${PORTSDIR}/devel/py-lxml
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>