2001-06-18 15:04:10 -04:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: info_to_html
|
|
|
|
# Date created: Jun 19, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= info_to_html
|
2003-10-20 18:32:13 -04:00
|
|
|
PORTVERSION= 0.9.6
|
2001-06-18 15:04:10 -04:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= http://www.mons.net/software/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 14:21:36 -05:00
|
|
|
COMMENT= Translate GNU info files into HTML pages
|
2001-06-18 15:04:10 -04:00
|
|
|
|
2006-12-03 07:45:59 -05:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
2001-06-18 15:04:10 -04:00
|
|
|
|
2004-02-05 15:38:07 -05:00
|
|
|
PLIST_FILES= bin/info_to_html
|
2001-06-18 15:04:10 -04:00
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|