Update x11-drivers/xf86-input-wacom to version 0.34.0_1
[dports.git] / textproc / info_to_html / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       info_to_html
5 PORTVERSION=    0.9.6
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   http://www.mons.net/software/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Translate GNU info files into HTML pages
12
13 USES=           perl5 shebangfix
14 NO_BUILD=       yes
15
16 PLIST_FILES=    bin/info_to_html
17 SHEBANG_FILES=  info_to_html
18
19 do-install:
20         ${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${STAGEDIR}${PREFIX}/bin
21
22 .include <bsd.port.mk>