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-EN-Sentence | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Sentence')
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Sentence/pkg-plist | 3 |
2 files changed, 9 insertions, 11 deletions
diff --git a/textproc/p5-Lingua-EN-Sentence/Makefile b/textproc/p5-Lingua-EN-Sentence/Makefile index 5bce091dfafa..c2bf943f2468 100644 --- a/textproc/p5-Lingua-EN-Sentence/Makefile +++ b/textproc/p5-Lingua-EN-Sentence/Makefile @@ -1,22 +1,19 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= Lingua-EN-Sentence -PORTVERSION= 0.25 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN +PORTNAME= Lingua-EN-Sentence +PORTVERSION= 0.25 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SHLOMOY -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Module for splitting text into sentences +MAINTAINER= perl@FreeBSD.org +COMMENT= Module for splitting text into sentences USES= perl5 USE_PERL5= configure -MAN3= Lingua::EN::Sentence.3 - -NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/lib/Lingua/EN/Sentence.pm~ diff --git a/textproc/p5-Lingua-EN-Sentence/pkg-plist b/textproc/p5-Lingua-EN-Sentence/pkg-plist index 14a39ec7e756..8e74bbc8897c 100644 --- a/textproc/p5-Lingua-EN-Sentence/pkg-plist +++ b/textproc/p5-Lingua-EN-Sentence/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Lingua::EN::Sentence.3.gz %%SITE_PERL%%/Lingua/EN/Sentence.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Sentence/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Sentence +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Sentence @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua @dirrmtry %%SITE_PERL%%/Lingua/EN |