aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml2rfc/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-01-18 22:21:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-01-18 22:21:51 +0000
commitcbbfa2ce621a1a90a077215d923d33e817ee6baa (patch)
tree8fe34ce42590e47c7f64e2f867ea2d0111411c8f /textproc/xml2rfc/Makefile
parent799f66d09827ec3e9e5e3388fdc4adf6f7ee3620 (diff)
downloadports-cbbfa2ce621a1a90a077215d923d33e817ee6baa.tar.gz
ports-cbbfa2ce621a1a90a077215d923d33e817ee6baa.zip
Update to 2.4.5.
* Convert to STAGE * Add a LICENSE macro
Notes
Notes: svn path=/head/; revision=340218
Diffstat (limited to 'textproc/xml2rfc/Makefile')
-rw-r--r--textproc/xml2rfc/Makefile5
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}