pkgsrc/www/p5-URI-Escape-XS/Makefile
sno 14e66eda1b Updating www/p5-URI-Escape-XS from 0.05 to 0.06
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
+ t/05-null.t
! XS.xs lib/URI/Escape/XS.pm
  Addressed:
  #45392: First invocation of encodeURIComponentIDN loses the path
  #49375: decodeURIComponent() influences references from a regexp
  #45855: Problems with undef
  http://rt.cpan.org/Public/Bug/Display.html?id=45392
  http://rt.cpan.org/Public/Bug/Display.html?id=49375
  http://rt.cpan.org/Public/Bug/Display.html?id=45855
2009-10-24 16:06:07 +00:00

20 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/10/24 16:06:07 sno Exp $
DISTNAME= URI-Escape-XS-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/URI-Escape-XS/
COMMENT= Escape and unescape unsafe characters in URIs
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/URI/Escape/XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"