aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-IDNA-Punycode
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-01-19 14:53:30 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-01-19 14:53:30 +0000
commit3ee1e728a8d176420de2e597bfe355bb32f9758c (patch)
tree8fb9ff0f9f65d3637c9534fb668ff8308bcbd4ba /textproc/p5-IDNA-Punycode
parentaeb7d1dd8457ad0328037d87f753dc9b07719cd2 (diff)
downloadports-3ee1e728a8d176420de2e597bfe355bb32f9758c.tar.gz
ports-3ee1e728a8d176420de2e597bfe355bb32f9758c.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
Notes
Notes: svn path=/head/; revision=98566
Diffstat (limited to 'textproc/p5-IDNA-Punycode')
-rw-r--r--textproc/p5-IDNA-Punycode/Makefile31
-rw-r--r--textproc/p5-IDNA-Punycode/distinfo1
-rw-r--r--textproc/p5-IDNA-Punycode/pkg-descr4
-rw-r--r--textproc/p5-IDNA-Punycode/pkg-plist5
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile
new file mode 100644
index 000000000000..31a9d426d2e0
--- /dev/null
+++ b/textproc/p5-IDNA-Punycode/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-IDNA-Punycode
+# Date created: Jan 19 2004
+# Whom: Erwin Lansing <erwin@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IDNA-Punycode
+PORTVERSION= 0.02
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= erwin@FreeBSD.org
+COMMENT= Perl module to encode Unicode string in Punycode
+
+BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= YES
+
+MAN3= IDNA::Punycode.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+#IGNORE= Port requires perl 5.6.0 or later. Install lang/per5 then try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-IDNA-Punycode/distinfo b/textproc/p5-IDNA-Punycode/distinfo
new file mode 100644
index 000000000000..e19ca2f58d12
--- /dev/null
+++ b/textproc/p5-IDNA-Punycode/distinfo
@@ -0,0 +1 @@
+MD5 (IDNA-Punycode-0.02.tar.gz) = e4cb6cb3f4044224475ef06f847f6667
diff --git a/textproc/p5-IDNA-Punycode/pkg-descr b/textproc/p5-IDNA-Punycode/pkg-descr
new file mode 100644
index 000000000000..57a38f1f43a5
--- /dev/null
+++ b/textproc/p5-IDNA-Punycode/pkg-descr
@@ -0,0 +1,4 @@
+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/
diff --git a/textproc/p5-IDNA-Punycode/pkg-plist b/textproc/p5-IDNA-Punycode/pkg-plist
new file mode 100644
index 000000000000..1004283e6a03
--- /dev/null
+++ b/textproc/p5-IDNA-Punycode/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/mach/auto/IDNA/Punycode/.packlist
+%%SITE_PERL%%/IDNA/Punycode.pm
+@dirrm %%SITE_PERL%%/mach/auto/IDNA/Punycode
+@unexec rmdir %D/%%SITE_PERL%%/mach/auto/IDNA 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/IDNA 2>/dev/null || true