freebsd-ports/textproc/texi2db/Makefile
Ying-Chieh Liao 9bc53f7379 add texi2db 0.4.2
Converts a Texinfo file into DocBook XML
2002-05-27 08:06:11 +00:00

23 lines
469 B
Makefile

# ex:ts=8
# New ports collection makefile for: texi2db
# Date created: May 27, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= texi2db
PORTVERSION= 0.4.2
CATEGORIES= textproc
MASTER_SITES= http://www.tldp.org/downloads/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= texi2db.1
.include <bsd.port.mk>