Package was imported without the p5- prefix, cvs delete and cvs import again
This commit is contained in:
parent
da73e0acdf
commit
ee8a23738d
3 changed files with 30 additions and 0 deletions
2
textproc/p5-XML-Entities/DESCR
Normal file
2
textproc/p5-XML-Entities/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module deals with decoding of strings with XML character entities.
|
||||
Based upon the HTML::Entities module by Gisle Aas
|
23
textproc/p5-XML-Entities/Makefile
Normal file
23
textproc/p5-XML-Entities/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/04/05 00:47:14 manu Exp $
|
||||
|
||||
DISTNAME= XML-Entities-1.0000
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5ent
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~sixtease/XML-Entities-1.0000/lib/XML/Entities.pm
|
||||
COMMENT= Decode strings with XML entities
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/XML-Entities
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/XML/Entities/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
textproc/p5-XML-Entities/distinfo
Normal file
5
textproc/p5-XML-Entities/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/04/05 00:47:14 manu Exp $
|
||||
|
||||
SHA1 (XML-Entities-1.0000.tar.gz) = 25eef2dfe4d52237cfb35fd4edbb9744db42346c
|
||||
RMD160 (XML-Entities-1.0000.tar.gz) = f6e14a7906a175fff19aebd7c6f89215f752d477
|
||||
Size (XML-Entities-1.0000.tar.gz) = 20162 bytes
|
Loading…
Reference in a new issue