Add p5-Alien-Libxml2 version 0.11.
This module provides libxml2 for other modules to use. There was an already existing Alien::LibXML, but it uses the older Alien::Build::ModuleBuild and has not been actively maintained for a while.
This commit is contained in:
parent
ff1d0071aa
commit
7f7ac26da9
3 changed files with 34 additions and 0 deletions
4
textproc/p5-Alien-Libxml2/DESCR
Normal file
4
textproc/p5-Alien-Libxml2/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module provides libxml2 for other modules to use. There was an
|
||||
already existing Alien::LibXML, but it uses the older
|
||||
Alien::Build::ModuleBuild and has not been actively maintained for a
|
||||
while.
|
24
textproc/p5-Alien-Libxml2/Makefile
Normal file
24
textproc/p5-Alien-Libxml2/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/11/07 10:21:43 he Exp $
|
||||
|
||||
DISTNAME= Alien-Libxml2-0.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Alien/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://metacpan.org/pod/Alien::Libxml2
|
||||
COMMENT= Perl interface to libxml2
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/Alien/Libxml2/.packlist
|
||||
|
||||
DEPENDS+= p5-Alien-Build>=1.60:../../devel/p5-Alien-Build
|
||||
|
||||
#INSTALLATION_DIRS+= ${EGSUBDIR}
|
||||
|
||||
#pre-configure:
|
||||
# ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
|
||||
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
textproc/p5-Alien-Libxml2/distinfo
Normal file
6
textproc/p5-Alien-Libxml2/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/11/07 10:21:43 he Exp $
|
||||
|
||||
SHA1 (Alien-Libxml2-0.11.tar.gz) = 1c20b47dad28b07e6593448529b580a20c0d2c34
|
||||
RMD160 (Alien-Libxml2-0.11.tar.gz) = 6a16240a3c02d1a2fbf40a0793fb717d2929b605
|
||||
SHA512 (Alien-Libxml2-0.11.tar.gz) = ddc55ca0a22afff9651423a79a3f3d653a0c21a2ddec8e2038828c09d385f73f47c1f0c6aabb5ecfdf41741bdc06afb065eb7aa3d0fc1890e5c5c5b5a449cb1b
|
||||
Size (Alien-Libxml2-0.11.tar.gz) = 19224 bytes
|
Loading…
Reference in a new issue