diff options
Diffstat (limited to 'textproc/p5-Pod-Spell')
-rw-r--r-- | textproc/p5-Pod-Spell/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Spell/pkg-plist | 5 |
3 files changed, 16 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index e5d14a67dcf8..c32680966830 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Pod-Spell -PORTVERSION= 1.05 +PORTVERSION= 1.13 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,15 +9,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A formatter for spellchecking Pod -BUILD_DEPENDS= p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes +LICENSE= ART20 + +BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ + p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir-Install \ + p5-File-ShareDir-ProjectDistDir>=0:${PORTSDIR}/devel/p5-File-ShareDir-ProjectDistDir \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ + p5-Pod-Escapes>=1.01:${PORTSDIR}/textproc/p5-Pod-Escapes RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= podspell.1 -MAN3= Pod::Spell.3 \ - Pod::Wordlist.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Pod-Spell/distinfo b/textproc/p5-Pod-Spell/distinfo index e268d62cc82c..8ba4a1510f55 100644 --- a/textproc/p5-Pod-Spell/distinfo +++ b/textproc/p5-Pod-Spell/distinfo @@ -1,2 +1,2 @@ -SHA256 (Pod-Spell-1.05.tar.gz) = 3d7b9510638377a9faf74679927feed7177b57a3263db045ed29346ca4189015 -SIZE (Pod-Spell-1.05.tar.gz) = 24754 +SHA256 (Pod-Spell-1.13.tar.gz) = c17d0e5dfd555be07d0c307d3c39c1afdc56979fcb2ab98a4bb2414837f238dd +SIZE (Pod-Spell-1.13.tar.gz) = 29152 diff --git a/textproc/p5-Pod-Spell/pkg-plist b/textproc/p5-Pod-Spell/pkg-plist index 91557f905d94..003b43eca6ad 100644 --- a/textproc/p5-Pod-Spell/pkg-plist +++ b/textproc/p5-Pod-Spell/pkg-plist @@ -2,6 +2,11 @@ bin/podspell %%SITE_PERL%%/Pod/Spell.pm %%SITE_PERL%%/Pod/Wordlist.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell/.packlist +%%SITE_PERL%%/auto/share/dist/Pod-Spell/wordlist +man/man1/podspell.1.gz +%%PERL5_MAN3%%/Pod::Spell.3.gz +%%PERL5_MAN3%%/Pod::Wordlist.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod +@dirrmtry %%SITE_PERL%%/auto/share/dist/Pod-Spell @dirrmtry %%SITE_PERL%%/Pod |