aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Devel-TraceSAX/Makefile
blob: 31440c3823b4296f029724bfc8fdefdbbc23d652 (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
# New ports collection makefile for:    devel/p5-Devel-TraceSAX
# Date created:                         Dec  9 2005
# Whom:                                 Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Devel-TraceSAX
PORTVERSION=    0.021
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Trace SAX events

BUILD_DEPENDS=  p5-Devel-TraceCalls>=0.03:${PORTSDIR}/devel/p5-Devel-TraceCalls \
        p5-XML-SAX-Machines>=0:${PORTSDIR}/textproc/p5-XML-SAX-Machines
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Devel::TraceSAX.3

.include <bsd.port.mk>