diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-18 19:04:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-18 19:04:10 +0000 |
commit | 88a1db2246818967b42e1800efef6d7575ee0b78 (patch) | |
tree | b43028de42c5b004b9e3a10272dafadfc8aaa5d5 /textproc/info_to_html/Makefile | |
parent | 8784838934757a72302cb0ae27361baa1000d23c (diff) |
Notes
Diffstat (limited to 'textproc/info_to_html/Makefile')
-rw-r--r-- | textproc/info_to_html/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile new file mode 100644 index 000000000000..6db680331537 --- /dev/null +++ b/textproc/info_to_html/Makefile @@ -0,0 +1,24 @@ +# 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 +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> |