pkgsrc/textproc/p5-XML-Parser/Makefile
obache c0d74b1db4 Revision history for Perl extension XML::Parser.
2.41 2011-06-01 (by Todd Rinaldo
    - Tests are cleaned. promoting to stable. No changes since 2.40_02

2.40_02 2011-05-31 (by Todd Rinaldo)
    - TODO some tests which fail in Free BSD due to improper expat CVE patch
      http://www.freebsd.org/cgi/query-pr.cgi?pr=157469

2.40_01 2011-05-24 (by Todd Rinaldo)
    - better installation instructions
    - Small spelling patches from Debian package - Thanks Nicholas Bamber
    - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it
      perl 5.14 compliant - qw()
    - RT 67207 - Stop doing tied on globs - Thanks sprout
    - RT 31319 - Fix doc links in POD for XML/Parser.pm
2011-08-21 11:03:07 +00:00

26 lines
790 B
Makefile

# $NetBSD: Makefile,v 1.36 2011/08/21 11:03:07 obache Exp $
#
DISTNAME= XML-Parser-2.41
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xpa
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Parser/
COMMENT= Perl extension interface to James Clark's XML parser, expat
LICENSE= ${PERL5_LICENSE}
#TEST_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/XML/Parser/.packlist
MAKE_PARAMS+= EXPATLIBPATH=${BUILDLINK_PREFIX.expat}/lib
MAKE_PARAMS+= EXPATINCPATH=${BUILDLINK_PREFIX.expat}/include
.include "../../lang/perl5/module.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"