diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 14:53:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 14:53:30 +0000 |
commit | 3ee1e728a8d176420de2e597bfe355bb32f9758c (patch) | |
tree | 8fb9ff0f9f65d3637c9534fb668ff8308bcbd4ba | |
parent | aeb7d1dd8457ad0328037d87f753dc9b07719cd2 (diff) | |
download | ports-3ee1e728a8d176420de2e597bfe355bb32f9758c.tar.gz ports-3ee1e728a8d176420de2e597bfe355bb32f9758c.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-IDNA-Punycode/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-IDNA-Punycode/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-IDNA-Punycode/pkg-plist | 5 |
5 files changed, 42 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 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 |