17 lines
486 B
Makefile
17 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/25 06:56:36 asau Exp $
|
|
|
|
DISTNAME= XML-Handler-Trees-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/XML/Handler/Trees/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|