blob: e33fc5b7c924ff4762b36890a84468ae4fb92b55 (
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
|
# New ports collection makefile for: p5-XML-Filter-DOMFilter-LibXML
# Date created: 24 October 2005
# Whom: 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= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Filter::DOMFilter::LibXML.3
.include <bsd.port.mk>
|