diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-19 22:53:30 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-19 22:53:30 +0800 |
commit | 3f48a3794167cdd8cb71b3bda5298fa10e91d041 (patch) | |
tree | 924245d54808db2fe76d4612e5da79f5a711bc77 /textproc/Makefile | |
parent | cdda62f75351b54757427c2792af53675d2acfcb (diff) | |
download | freebsd-ports-gnome-3f48a3794167cdd8cb71b3bda5298fa10e91d041.tar.gz freebsd-ports-gnome-3f48a3794167cdd8cb71b3bda5298fa10e91d041.tar.zst freebsd-ports-gnome-3f48a3794167cdd8cb71b3bda5298fa10e91d041.zip |
IDNA::Punycode is a module to encode / decode Unicode strings into
Punycode, an efficient encoding of Unicode for use with IDNA.
WWW: http://search.cpan.org/dist/IDNA-Punycode/
Sponsored by: pil.dk
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e501d1642849..e7ef6fa151db 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -204,6 +204,7 @@ SUBDIR += p5-Filter-Simple SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-HTML-Format + SUBDIR += p5-IDNA-Punycode SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse |