diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-03-11 23:53:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-03-11 23:53:51 +0000 |
commit | b639ad4d708f44c41a069ecf7882adb75259fc76 (patch) | |
tree | 08875b61ddde505f07bf859da4609f2d788e4423 /converters | |
parent | c9120ea72fb7f65d8009f75becc45861c994c3cc (diff) | |
download | ports-b639ad4d708f44c41a069ecf7882adb75259fc76.tar.gz ports-b639ad4d708f44c41a069ecf7882adb75259fc76.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Encode-Locale/Makefile | 21 | ||||
-rw-r--r-- | converters/p5-Encode-Locale/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-Encode-Locale/pkg-descr | 3 | ||||
-rw-r--r-- | converters/p5-Encode-Locale/pkg-plist | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index f4bb7045a1f2..61e2cefb0d06 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -70,6 +70,7 @@ SUBDIR += p5-Encode-DoubleEncodedUTF8 SUBDIR += p5-Encode-IMAPUTF7 SUBDIR += p5-Encode-JIS2K + SUBDIR += p5-Encode-Locale SUBDIR += p5-Encode-Punycode SUBDIR += p5-Encode-compat SUBDIR += p5-Encoding-FixLatin diff --git a/converters/p5-Encode-Locale/Makefile b/converters/p5-Encode-Locale/Makefile new file mode 100644 index 000000000000..f49627ed5c74 --- /dev/null +++ b/converters/p5-Encode-Locale/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Encode-Locale +# Date created: 04 Mar 2011 +# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Encode-Locale +PORTVERSION= 1.01 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN/../../authors/id/G/GA/GAAS +PKGNAMEPREFIX= p5- + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Determine the locale encoding + +PERL_CONFIGURE= yes + +MAN3= Encode::Locale.3 + +.include <bsd.port.mk> diff --git a/converters/p5-Encode-Locale/distinfo b/converters/p5-Encode-Locale/distinfo new file mode 100644 index 000000000000..0348de3701ee --- /dev/null +++ b/converters/p5-Encode-Locale/distinfo @@ -0,0 +1,2 @@ +SHA256 (Encode-Locale-1.01.tar.gz) = 111fcdd9012240fa87b49f21573d92b1f826fa968a710346f0053b9c23316ad9 +SIZE (Encode-Locale-1.01.tar.gz) = 6549 diff --git a/converters/p5-Encode-Locale/pkg-descr b/converters/p5-Encode-Locale/pkg-descr new file mode 100644 index 000000000000..278310153625 --- /dev/null +++ b/converters/p5-Encode-Locale/pkg-descr @@ -0,0 +1,3 @@ +Encode::Locale - Determine the locale encoding + +WWW: http://search.cpan.org/dist/Encode-Locale/ diff --git a/converters/p5-Encode-Locale/pkg-plist b/converters/p5-Encode-Locale/pkg-plist new file mode 100644 index 000000000000..bc5892f33513 --- /dev/null +++ b/converters/p5-Encode-Locale/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Encode/Locale.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Locale/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Locale +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode +@dirrmtry %%SITE_PERL%%/Encode |