------------------- $Revision: 0.13 $ $Date: 2015/06/27 00:28:39 $ ! XS.xs t/02-basic.t Refactor & debug my_hextol() ! XS.xs Pulled: Speed up common case of decoding https://github.com/dankogai/p5-uri-escape-xs/pull/5
18 lines
510 B
Makefile
18 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/02/01 12:21:13 mef Exp $
|
|
|
|
DISTNAME= URI-Escape-XS-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
|
|
|
MAINTAINER= pkgsrc-users@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
|
|
|
|
PERL5_PACKLIST= auto/URI/Escape/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|