mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add p5-URI-Escape-XS 0.02, drop-in replacement for URI::Escape in XS.
This commit is contained in:
parent
babede1114
commit
c8b238a764
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221394
@ -986,6 +986,7 @@
|
||||
SUBDIR += p5-TestGen4Web-Runner
|
||||
SUBDIR += p5-Text-Markdown-ApacheHandler
|
||||
SUBDIR += p5-Tie-TinyURL
|
||||
SUBDIR += p5-URI-Escape-XS
|
||||
SUBDIR += p5-URI-Fetch
|
||||
SUBDIR += p5-URI-ParseSearchString
|
||||
SUBDIR += p5-URI-Sequin
|
||||
|
3
www/p5-URI-Escape-XS/1
Normal file
3
www/p5-URI-Escape-XS/1
Normal file
@ -0,0 +1,3 @@
|
||||
URI::Escape::XS - Drop-In replacement for URI::Escape.
|
||||
|
||||
WWW: http://search.cpan.org/dist/URI-Escape-XS/
|
24
www/p5-URI-Escape-XS/Makefile
Normal file
24
www/p5-URI-Escape-XS/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-URI-Escape-XS
|
||||
# Date Created: 10 Oct 2008
|
||||
# Whom: Denis Pokataev <catone@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= URI-Escape-XS
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= catone@cpan.org
|
||||
COMMENT= Drop-In replacement for URI::Escape in XS
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= URI::Escape::XS.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-URI-Escape-XS/distinfo
Normal file
3
www/p5-URI-Escape-XS/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (URI-Escape-XS-0.02.tar.gz) = aa3a4581dc304499cc269acef7364abc
|
||||
SHA256 (URI-Escape-XS-0.02.tar.gz) = b50b390b64256e931192f94d643aff7fb1392642f0c8db522b82ce239c54a916
|
||||
SIZE (URI-Escape-XS-0.02.tar.gz) = 7161
|
3
www/p5-URI-Escape-XS/pkg-descr
Normal file
3
www/p5-URI-Escape-XS/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
URI::Escape::XS - Drop-In replacement for URI::Escape.
|
||||
|
||||
WWW: http://search.cpan.org/dist/URI-Escape-XS/
|
9
www/p5-URI-Escape-XS/pkg-plist
Normal file
9
www/p5-URI-Escape-XS/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/XS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/XS/XS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/XS/XS.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/URI/Escape/XS.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/URI/Escape/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/URI
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/XS/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
|
Loading…
Reference in New Issue
Block a user