pkgsrc/textproc/p5-XML-Xerces/Makefile
abs 5223879587 Update p5-XML-Xerces from 2.3.0-4 to 2.7.0-0
2.7.0-0 Sun Jan  1 08:44:27 IST 2006
        - first public 2.7 release
        - working with SWIG-1.3.28 pre-release
        - removed all uses of XMLString::transcode() from the Perl
          callback handler classes in Handler/

2.6.0-2
        - first public 2.6 release
        - all known memory leaks fixed
        - all known segfaults fixed (especially with regards to
          exception handling) - perhaps this will fix AIX?

2.6.0-1
        - second beta 2.6 release

2.6.0-0
        - first attempt at 2.6 release
        - most memory leaks resovlved

2.3.0-5
        - fifth bugfix release of 2.3.0 series.
        - added new samples: validator.pl, memtest.pl, xerces-memtest.pl
2006-08-10 13:48:23 +00:00

31 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/08/10 13:48:23 abs Exp $
#
DISTNAME= XML-Xerces-2.7.0-0
PKGNAME= p5-${DISTNAME:C/-([0-9]*)$/.\1/}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_APACHE:=xml/xerces-p/}
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://xml.apache.org/xerces-p/
COMMENT= Validating XML parser API for Perl
CONFLICTS+= XML-Xerces-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
CC=c++
USE_TOOLS+= gmake
PERL5_PACKLIST= auto/XML/Xerces/.packlist
MAKE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" LANG=""
# Xerces-C is built unthreaded in pkgsrc (for now).
BUILDLINK_TRANSFORM+= rm:-lpthread
BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=2.7.0
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"