diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Lingua-Stem-Ru | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem-Ru')
-rw-r--r-- | textproc/p5-Lingua-Stem-Ru/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Ru/pkg-plist | 4 |
2 files changed, 9 insertions, 12 deletions
diff --git a/textproc/p5-Lingua-Stem-Ru/Makefile b/textproc/p5-Lingua-Stem-Ru/Makefile index c3d0657467be..9fd06a0c9c1b 100644 --- a/textproc/p5-Lingua-Stem-Ru/Makefile +++ b/textproc/p5-Lingua-Stem-Ru/Makefile @@ -1,19 +1,16 @@ # Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -PORTNAME= Lingua-Stem-Ru -PORTVERSION= 0.01 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Lingua-Stem-Ru +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Porter's stemming algorithm for Russian (KOI8-R only) +MAINTAINER= ports@FreeBSD.org +COMMENT= Porter's stemming algorithm for Russian (KOI8-R only) USES= perl5 USE_PERL5= configure -MAN3= Lingua::Stem::Ru.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Stem-Ru/pkg-plist b/textproc/p5-Lingua-Stem-Ru/pkg-plist index ef5aa7b024a9..40448aec1b1b 100644 --- a/textproc/p5-Lingua-Stem-Ru/pkg-plist +++ b/textproc/p5-Lingua-Stem-Ru/pkg-plist @@ -1,8 +1,8 @@ +%%PERL5_MAN3%%/Lingua::Stem::Ru.3.gz %%SITE_PERL%%/Lingua/Stem/Ru.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Ru @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua @dirrmtry %%SITE_PERL%%/Lingua/Stem @dirrmtry %%SITE_PERL%%/Lingua -@dirrmtry %%SITE_PERL%% |