mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
This modules provides simple URI (Percent) encoding/decoding.
WWW: http://search.cpan.org/dist/URI-Encode/ PR: ports/151590 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
This commit is contained in:
parent
610fcf35e9
commit
1121076757
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263335
@ -1186,6 +1186,7 @@
|
||||
SUBDIR += p5-Text-Markdown-ApacheHandler
|
||||
SUBDIR += p5-Tie-TinyURL
|
||||
SUBDIR += p5-Twiggy
|
||||
SUBDIR += p5-URI-Encode
|
||||
SUBDIR += p5-URI-Escape-XS
|
||||
SUBDIR += p5-URI-Fetch
|
||||
SUBDIR += p5-URI-ParseSearchString
|
||||
|
21
www/p5-URI-Encode/Makefile
Normal file
21
www/p5-URI-Encode/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-URI-Encode
|
||||
# Date created: 2010-09-29
|
||||
# Whom: ports@c0decafe.net <ports@c0decafe.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= URI-Encode
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@c0decafe.net
|
||||
COMMENT= Simple URI Encoding/Decoding
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= URI::Encode.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-URI-Encode/distinfo
Normal file
3
www/p5-URI-Encode/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (URI-Encode-0.02.tar.gz) = 248bbc86b4454f7a2000783fbc2059a9
|
||||
SHA256 (URI-Encode-0.02.tar.gz) = badcc1d7c9b86449dfbe6afa0933c9f6af5f7da4353bd646e10874b521ec713f
|
||||
SIZE (URI-Encode-0.02.tar.gz) = 4447
|
3
www/p5-URI-Encode/pkg-descr
Normal file
3
www/p5-URI-Encode/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This modules provides simple URI (Percent) encoding/decoding.
|
||||
|
||||
WWW: http://search.cpan.org/dist/URI-Encode/
|
6
www/p5-URI-Encode/pkg-plist
Normal file
6
www/p5-URI-Encode/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/URI/Encode.pm
|
||||
@dirrmtry %%SITE_PERL%%/URI
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Encode/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Encode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
|
Loading…
Reference in New Issue
Block a user