freebsd-ports/textproc/xml2rfc/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

23 lines
491 B
Makefile

# Created by: jabley@automagic.org
# $FreeBSD$
PORTNAME= xml2rfc
PORTVERSION= 2.4.5
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/xml2rfc2/cli/
MAINTAINER= marcus@FreeBSD.org
COMMENT= 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
USES= python
USE_PYTHON= distutils autoplist
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>