aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/txt2html/Makefile
blob: aa40019bb228abee14dcba297544d4dbbc95d1f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$

PORTNAME=   txt2html
PORTVERSION=    2.51
CATEGORIES= textproc perl5
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= jadawin@FreeBSD.org
COMMENT=    Convert raw text to something with a little HTML formatting

BUILD_DEPENDS=  p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
        p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  modbuild

MAN1=   txt2html.1
MAN3=   HTML::TextToHTML.3

.include <bsd.port.mk>