developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
21 lines
604 B
Makefile
21 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:50 jlam Exp $
|
|
|
|
DISTNAME= XML-UM-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
#SVR4_PKGNAME=
|
|
PKGREVISION= 4
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TJ/TJMATHER/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-UM-0.01/
|
|
COMMENT= Convert UTF-8 strings to any encoding supported by XML::Encoding
|
|
|
|
CONFLICTS+= p5-libxml-enno-[0-9]*
|
|
|
|
DEPENDS+= p5-XML-Encoding>=1.01:../../textproc/p5-XML-Encoding
|
|
|
|
PERL5_PACKLIST= auto/XML/UM/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|