freebsd-ports/textproc/txt2html/Makefile
Cheng-Lung Sung 16e552c5b6 - update to 2.30.
- no long support perl 5.005.
- although it requires p5-Data-Dumper, which may need by perl5.6 (described
  in devel/p5-Data-Dumper/Makefile), but perl5.6 indeed install one.
  And txt2html does not need newer module ( Data::Dumper => 0).

Approved by:	vanilla (co-mentor)
2004-09-02 08:23:45 +00:00

31 lines
705 B
Makefile

# New ports collection makefile for: txt2html
# Date created: 29 Jun 1998
# Whom: Don Croyle <croyle@gelemna.org>
#
# $FreeBSD$
#
PORTNAME= txt2html
PORTVERSION= 2.30
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= txt2html
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert raw text to something with a little HTML formatting
BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN1= txt2html.1
MAN3= HTML::TextToHTML.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif
.include <bsd.port.post.mk>