aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-libxml/Makefile
blob: 97967d29190530d21b7dfdca05b8a9293057cd95 (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
27
28
29
30
31
32
33
# New ports collection makefile for:    p5-libxml
# Date created:     13 March 2001
# Whom:             Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#

PORTNAME=   libxml
PORTVERSION=    0.07
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX=  p5-
DISTNAME=   libxml-perl-${PORTVERSION}

MAINTAINER= wjv@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= YES

MAN3=       Data::Grove.3 Data::Grove::Parent.3 Data::Grove::Visitor.3 \
        XML::ESISParser.3 XML::Handler::CanonXMLWriter.3 \
        XML::Handler::Sample.3 XML::Handler::Subs.3 \
        XML::Handler::XMLWriter.3 XML::Parser::PerlSAX.3 \
        XML::PatAct::ActionTempl.3 XML::PatAct::Amsterdam.3 \
        XML::PatAct::MatchName.3 XML::PatAct::PatternTempl.3 \
        XML::PatAct::ToObjects.3 XML::Perl2SAX.3 XML::SAX2Perl.3

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>