diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Lingua-JA-Fold/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Lingua-JA-Fold/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Lingua-JA-Fold/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Lingua-JA-Fold/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6ca0feaca37f..e7b1cc328e17 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1308,6 +1308,7 @@ SUBDIR += p5-Java SUBDIR += p5-Lexical-Alias SUBDIR += p5-Lexical-Persistence + SUBDIR += p5-Lingua-JA-Fold SUBDIR += p5-List-Cycle SUBDIR += p5-List-Group SUBDIR += p5-List-Permutor diff --git a/devel/p5-Lingua-JA-Fold/Makefile b/devel/p5-Lingua-JA-Fold/Makefile new file mode 100644 index 000000000000..ea3c1e31bca1 --- /dev/null +++ b/devel/p5-Lingua-JA-Fold/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Lingua-JA-Fold +# Date created: 07 November 2007 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-JA-Fold +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Lingua::JA::Fold - fold a Japanese text + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Lingua::JA::Fold.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Lingua-JA-Fold/distinfo b/devel/p5-Lingua-JA-Fold/distinfo new file mode 100644 index 000000000000..cceb094f9b99 --- /dev/null +++ b/devel/p5-Lingua-JA-Fold/distinfo @@ -0,0 +1,3 @@ +MD5 (Lingua-JA-Fold-0.07.tar.gz) = 81a226cb29afd0e2c7c49070d04dceaa +SHA256 (Lingua-JA-Fold-0.07.tar.gz) = a5a03bdc86aa9602566eb43827048accac64a1cd565e43b5594ac347913e7408 +SIZE (Lingua-JA-Fold-0.07.tar.gz) = 7309 diff --git a/devel/p5-Lingua-JA-Fold/pkg-descr b/devel/p5-Lingua-JA-Fold/pkg-descr new file mode 100644 index 000000000000..03ea074934f6 --- /dev/null +++ b/devel/p5-Lingua-JA-Fold/pkg-descr @@ -0,0 +1,3 @@ +This module is used for Japanese text wrapping and so on. + +WWW: http://search.cpan.org/dist/Lingua-JA-Fold/ diff --git a/devel/p5-Lingua-JA-Fold/pkg-plist b/devel/p5-Lingua-JA-Fold/pkg-plist new file mode 100644 index 000000000000..a32dc6cf79ff --- /dev/null +++ b/devel/p5-Lingua-JA-Fold/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Lingua/JA/Fold.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Fold/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Fold +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua +@dirrmtry %%SITE_PERL%%/Lingua/JA +@dirrmtry %%SITE_PERL%%/Lingua |