aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Driver-HTML/Makefile
blob: dd9527114a4eeae96228ef3c90631f9212ba7fab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    XML-Driver-HTML
# Date created:    22 October 2005
# Whom:        Dmitry Morozovsky <marck@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   XML-Driver-HTML
PORTVERSION=    0.06
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl SAX Driver for non wellformed HTML

BUILD_DEPENDS=  p5-XML-TreeBuilder>=0:${PORTSDIR}/textproc/p5-XML-TreeBuilder \
        p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN1=       html2xhtml.1
MAN3=       XML::Driver::HTML.3

.include <bsd.port.mk>