1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/textproc/info_to_html/Makefile
2002-11-19 17:19:33 +00:00

25 lines
521 B
Makefile

# 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.5
CATEGORIES= textproc perl5
MASTER_SITES= http://www.mons.net/software/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
USE_PERL5= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin
.include <bsd.port.mk>