pkgsrc/textproc/p5-XML-LibXSLT/Makefile
sno b430bb5398 Updating textproc/p5-XML-LibXSLT from 1.68 to 1.70
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
1.70
     - fixed various bugs
     - documentation updates
     - #48247: Win32 patch kindly provided by KMX@cpan.org
     - sync with latest XML::LibXML ABI and add a compatibility check
     - do not force -lgcrypt and -lgpg-error linker flags
     - fix for attribute nodes returned by user-defined XPath functions
     - address #41542: restore internalDTD subset on the source
       document of a transformation (libxslt unlinks it)
2009-10-11 11:29:59 +00:00

24 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.18 2009/10/11 11:29:59 sno Exp $
#
DISTNAME= XML-LibXSLT-1.70
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xlt
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= adam@migus.org
HOMEPAGE= http://search.cpan.org/dist/XML-LibXSLT/
COMMENT= Perl interface to the libxslt library
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/XML/LibXSLT/.packlist
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"