pkgsrc/textproc/p5-XML-Writer-String/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

19 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:16:29 jschauma Exp $
#
DISTNAME= XML-Writer-String-0.1
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xws
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= tech-pkg@netbsd.org
COMMENT= Perl module for writing XML documents based on XML::Writer
DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Writer/String/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"