diff options
Diffstat (limited to 'textproc/xml2rfc/Makefile')
-rw-r--r-- | textproc/xml2rfc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 4f978d7ea22f..85fb8bf417b0 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.5 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 -NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} |