Xerces-P is a Perl API for the Xerces validating XML parser from the
Apache Software Fundation.
This commit is contained in:
parent
2d8ee1582d
commit
618bd852df
5 changed files with 34 additions and 0 deletions
24
textproc/xerces-p/Makefile
Normal file
24
textproc/xerces-p/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XML-Xerces-1.3.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://xml.apache.org/dist/xerces-p/
|
||||
|
||||
MAINTAINER= manu@netbsd.org
|
||||
HOMEPAGE=
|
||||
COMMENT= Validating XML parser API for Perl
|
||||
|
||||
DEPENDS+= perl>={5.00560,5.6.0}:../../lang/perl5
|
||||
DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base
|
||||
DEPENDS+= swig>=1.1p5:../../devel/swig
|
||||
DEPENDS+= xerces-c>=1.3.0:../../textproc/xerces-c
|
||||
DEPENDS+= icu>=1.7:../../textproc/icu
|
||||
|
||||
MAKE_ENV+= XERCES_LIB=/usr/pkg/lib
|
||||
MAKE_ENV+= XERCES_INCLUDE=/usr/pkg/include
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && perl Makefile.PL && make
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
textproc/xerces-p/files/md5
Normal file
3
textproc/xerces-p/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $
|
||||
|
||||
SHA1 (XML-Xerces-1.3.3.tar.gz) = adbd528141b0fb538bebeb02e8b0e97f6ef2514a
|
6
textproc/xerces-p/files/patch-sum
Normal file
6
textproc/xerces-p/files/patch-sum
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $
|
||||
|
||||
This placeholder file is generated by the ``makepatchsum'' target
|
||||
whenever the patches directory is empty or missing. Its purpose
|
||||
is to ensure that the presence of any obsolete patches will cause
|
||||
the proper error to be emitted at build time.
|
0
textproc/xerces-p/pkg/DESCR
Normal file
0
textproc/xerces-p/pkg/DESCR
Normal file
1
textproc/xerces-p/pkg/PLIST
Normal file
1
textproc/xerces-p/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $
|
Loading…
Reference in a new issue