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-Fr | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Stem-Fr')
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Fr/pkg-plist | 4 |
2 files changed, 9 insertions, 12 deletions
diff --git a/textproc/p5-Lingua-Stem-Fr/Makefile b/textproc/p5-Lingua-Stem-Fr/Makefile index 20a84d788007..b33659023da4 100644 --- a/textproc/p5-Lingua-Stem-Fr/Makefile +++ b/textproc/p5-Lingua-Stem-Fr/Makefile @@ -1,19 +1,16 @@ # Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -PORTNAME= Lingua-Stem-Fr -PORTVERSION= 0.02 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Lingua-Stem-Fr +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl French Stemming +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl French Stemming USES= perl5 USE_PERL5= configure -MAN3= Lingua::Stem::Fr.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-Stem-Fr/pkg-plist b/textproc/p5-Lingua-Stem-Fr/pkg-plist index 85a389afe7fc..9819e3698e1c 100644 --- a/textproc/p5-Lingua-Stem-Fr/pkg-plist +++ b/textproc/p5-Lingua-Stem-Fr/pkg-plist @@ -1,8 +1,8 @@ +%%PERL5_MAN3%%/Lingua::Stem::Fr.3.gz %%SITE_PERL%%/Lingua/Stem/Fr.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Fr @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%% |