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-It | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem-It')
-rw-r--r-- | textproc/p5-Lingua-Stem-It/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-It/pkg-plist | 4 |
2 files changed, 9 insertions, 12 deletions
diff --git a/textproc/p5-Lingua-Stem-It/Makefile b/textproc/p5-Lingua-Stem-It/Makefile index 869fab74e52b..fb5be7b1cbdf 100644 --- a/textproc/p5-Lingua-Stem-It/Makefile +++ b/textproc/p5-Lingua-Stem-It/Makefile @@ -1,19 +1,16 @@ # Created by: Thorsten Greiner <thorsten.greiner@web.de> # $FreeBSD$ -PORTNAME= Lingua-Stem-It -PORTVERSION= 0.02 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Lingua-Stem-It +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Stemmer for Italian +MAINTAINER= ports@FreeBSD.org +COMMENT= Stemmer for Italian USES= perl5 USE_PERL5= configure -MAN3= Lingua::Stem::It.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Stem-It/pkg-plist b/textproc/p5-Lingua-Stem-It/pkg-plist index afbecfcddd25..234d708c93da 100644 --- a/textproc/p5-Lingua-Stem-It/pkg-plist +++ b/textproc/p5-Lingua-Stem-It/pkg-plist @@ -1,8 +1,8 @@ +%%PERL5_MAN3%%/Lingua::Stem::It.3.gz %%SITE_PERL%%/Lingua/Stem/It.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It @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%% |