diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/man2html/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index 24cbc655ebbb..4965c793e58c 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -13,9 +13,13 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Convert nroff(1) man pages to HTML +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= perl5 USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes CGIDIR= ${PREFIX}/www/cgi-bin PLIST_FILES= bin/man2html man/man1/man2html.1.gz www/cgi-bin/man.cgi |