aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/man2html
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-07-31 14:54:09 +0800
committeraz <az@FreeBSD.org>2013-07-31 14:54:09 +0800
commit448a5e5ed056eca21f6e4c419f976b3ec6d14fd0 (patch)
treece66d6984b8e2580d19a3e478f618b13623e3080 /textproc/man2html
parentbe5a215285755fb61a101782219027ad5e305270 (diff)
downloadfreebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.gz
freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.zst
freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.zip
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
Diffstat (limited to 'textproc/man2html')
-rw-r--r--textproc/man2html/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile
index bee7de0a15e7..c8e5940fd9ce 100644
--- a/textproc/man2html/Makefile
+++ b/textproc/man2html/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: man2html
-# Date created: 29 August 1998
-# Whom: Dima Sivachenko <demon@gpad.ac.ru>
-#
+# Created by: Dima Sivachenko <demon@gpad.ac.ru>
# $FreeBSD$
-#
PORTNAME= man2html
PORTVERSION= 3.0.1
@@ -16,7 +12,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Convert nroff(1) man pages to HTML
-USE_PERL5= yes
+USES= perl5
+USE_PERL5= run build patch
NO_BUILD= yes
CGIDIR= ${PREFIX}/www/cgi-bin