mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ca3e1f7adc
what issues might exist beyond 3.2.1. Submitted by: Rob Austein <sra@hactrn.net>
24 lines
492 B
Makefile
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>
|