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
|
2006-01-18 02:02:13 +01:00
|
|
|
PORTVERSION= 2.44
|
2004-04-12 23:43:04 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= txt2html
|
1998-07-13 01:24:39 +02:00
|
|
|
|
2004-04-12 23:43:04 +02:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2006-01-18 02:02:13 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
2004-09-02 10:23:45 +02:00
|
|
|
IGNORE="Need at least perl 5.6.1 to build"
|
1998-07-13 01:24:39 +02:00
|
|
|
.endif
|
|
|
|
|
2004-04-12 23:43:04 +02:00
|
|
|
.include <bsd.port.post.mk>
|