blob: 1c6455de38c1301a3bdda5b5c8387ff5d33090e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= info_to_html
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= http://www.mons.net/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Translate GNU info files into HTML pages
PLIST_FILES= bin/info_to_html
USES= perl5
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin
.include <bsd.port.post.mk>
|