diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-04 16:08:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-04 16:08:27 +0000 |
commit | 567ad9cdb56d7d4d1df301a60a7ec310db2c6d83 (patch) | |
tree | 9c56196a63301f525310020a277cf22296403a6f /net/Makefile | |
parent | 2c4ec752b6aab18fd834b47a950931e8238bea42 (diff) | |
download | ports-567ad9cdb56d7d4d1df301a60a7ec310db2c6d83.tar.gz ports-567ad9cdb56d7d4d1df301a60a7ec310db2c6d83.zip |
Add p5-URI-Encode-XS 0.11
URI::Encode::XS is a Perl URI encoder/decoder written in XS based on RFC3986.
This module always encodes characters that are not unreserved. When decoding,
invalid escape sequences are preserved.
WWW: https://metacpan.org/release/URI-Encode-XS
Notes
Notes:
svn path=/head/; revision=508098
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 92718a9e8aa9..aa128de6cd14 100644 --- a/net/Makefile +++ b/net/Makefile @@ -856,6 +856,7 @@ SUBDIR += p5-Text-Authinfo SUBDIR += p5-Twitter-API SUBDIR += p5-URI + SUBDIR += p5-URI-Encode-XS SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-Nested |