diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 16:48:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 16:48:41 +0000 |
commit | 8aceb315c504e066e25099fefb52df69bef8f7dd (patch) | |
tree | c630c097210c894bc317e215eb9cc67d9b481252 /textproc/txt2html | |
parent | 87a623313fc0c2e12804c220a64871cf7368f05f (diff) | |
download | ports-8aceb315c504e066e25099fefb52df69bef8f7dd.tar.gz ports-8aceb315c504e066e25099fefb52df69bef8f7dd.zip |
Notes
Diffstat (limited to 'textproc/txt2html')
-rw-r--r-- | textproc/txt2html/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 404feca49aa0..aa40019bb228 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: txt2html -# Date created: 29 Jun 1998 -# Whom: Don Croyle <croyle@gelemna.org> -# +# Created by: Don Croyle <croyle@gelemna.org> # $FreeBSD$ -# PORTNAME= txt2html PORTVERSION= 2.51 @@ -17,7 +13,8 @@ BUILD_DEPENDS= p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= txt2html.1 MAN3= HTML::TextToHTML.3 |