freebsd-ports/textproc/txt2html/Makefile
Philippe Audeoud 5f4a456e71 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 14:27:52 +00:00

25 lines
639 B
Makefile

# New ports collection makefile for: txt2html
# Date created: 29 Jun 1998
# Whom: 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}
PERL_MODBUILD= yes
MAN1= txt2html.1
MAN3= HTML::TextToHTML.3
.include <bsd.port.mk>