aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
blob: f3d8ad32de9d3228b434573c2fb15844a0c6a27d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Andrew Humphrey <ahumphrey@realestate.com.au>
# $FreeBSD$

PORTNAME=	XML-Filter-DOMFilter-LibXML
PORTVERSION=	0.02
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ahumphrey@realestate.com.au
COMMENT=	Perl SAX Filter allowing DOM processing of selected subtrees

BUILD_DEPENDS=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		XML::Filter::DOMFilter::LibXML.3

NO_STAGE=	yes
.include <bsd.port.mk>