summaryrefslogtreecommitdiffstats
path: root/textproc/info_to_html/Makefile
blob: cf34fe83c9346b40c75bf3ea657a850e6a6c7ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# New ports collection makefile for:	info_to_html
# Date created:			Jun 19, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	info_to_html
PORTVERSION=	0.9.6
CATEGORIES=	textproc perl5
MASTER_SITES=	http://www.mons.net/software/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Translate GNU info files into HTML pages

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib

PLIST_FILES=	bin/info_to_html
USE_PERL5=	yes
NO_BUILD=	yes

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin

.include <bsd.port.mk>
OpenPOWER on IntegriCloud