freebsd-ports/textproc/txt2html/Makefile

26 lines
620 B
Makefile
Raw Normal View History

# New ports collection makefile for: txt2html
# Date created: 29 Jun 1998
# Whom: Don Croyle <croyle@gelemna.org>
#
1999-08-31 04:11:56 +02:00
# $FreeBSD$
#
PORTNAME= txt2html
PORTVERSION= 2.51
CATEGORIES= textproc perl5
MASTER_SITES= SF
MAINTAINER= jadawin@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Convert raw text to something with a little HTML formatting
BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN1= txt2html.1
MAN3= HTML::TextToHTML.3
.include <bsd.port.mk>