summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees/Makefile
blob: a64780679973315f71752fe03a0208f3e8dc6825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:50 joerg Exp $

DISTNAME=	XML-Handler-Trees-0.02
PKGNAME=	p5-${DISTNAME}
SVR4_PKGNAME=	p5xht
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=XML/}

MAINTAINER=	kleink@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/XML-Handler-Trees/
COMMENT=	PerlSAX handlers for building tree structures

PKG_DESTDIR_SUPPORT=	user-destdir

PERL5_PACKLIST=		auto/XML/Handler/Trees/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"