1998-07-13 01:24:39 +02:00
|
|
|
# New ports collection makefile for: txt2html
|
|
|
|
# Date created: 29 Jun 1998
|
2000-05-21 13:52:06 +02:00
|
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
1998-07-13 01:24:39 +02:00
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 01:24:39 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= txt2html
|
2007-12-26 22:56:06 +01:00
|
|
|
PORTVERSION= 2.50
|
2004-04-12 23:43:04 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2007-12-18 14:38:50 +01:00
|
|
|
MASTER_SITES= SF
|
1998-07-13 01:24:39 +02:00
|
|
|
|
2008-03-12 14:27:28 +01:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Convert raw text to something with a little HTML formatting
|
1998-07-13 01:24:39 +02:00
|
|
|
|
2007-12-26 22:56:06 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck
|
2004-04-12 23:43:04 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-09-02 10:23:45 +02:00
|
|
|
PERL_MODBUILD= yes
|
2004-04-12 23:43:04 +02:00
|
|
|
|
|
|
|
MAN1= txt2html.1
|
|
|
|
MAN3= HTML::TextToHTML.3
|
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|