pkgsrc/textproc/p5-XML-LibXSLT/Makefile
wen 2a21762fef Update to 1.81
Upstream changes:
1.81            Fri  5 Jul 10:13:36 IDT 2013
    - Fix a typo reported by dsteinbrunner:
    - https://rt.cpan.org/Ticket/Display.html?id=86689

1.80            Wed 23 Jan 07:53:57 IST 2013
    - Bump the minimum version of libxslt2 to 1.1.28.
    - due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964

1.79            Mon 26 Nov 12:15:35 IST 2012
    - Die when libxslt is 1.1.27.
    - Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
2013-07-07 00:28:35 +00:00

22 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.28 2013/07/07 00:28:35 wen Exp $
#
DISTNAME= XML-LibXSLT-1.81
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}
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"