freebsd-ports/textproc/texi2db/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
431 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= texi2db
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.tldp.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts a Texinfo file into DocBook XML
BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
PLIST_FILES= bin/texi2db ${SITE_MAN1}/${PORTNAME}.1.gz
.include <bsd.port.mk>