diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-31 06:37:24 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-31 06:37:24 +0000 |
commit | 9ddd7416aa5b63b928ee614dd154213e39d41818 (patch) | |
tree | aa51ff66c06301249e8063cfee60cb011cfda8fd /devel/p5-Test-Spelling | |
parent | 0e9855fc8106d18188cfc80a174ced496a10ce46 (diff) | |
download | ports-9ddd7416aa5b63b928ee614dd154213e39d41818.tar.gz ports-9ddd7416aa5b63b928ee614dd154213e39d41818.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Spelling')
-rw-r--r-- | devel/p5-Test-Spelling/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Test-Spelling/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-Test-Spelling/Makefile b/devel/p5-Test-Spelling/Makefile index 5913f932e4b4..35ca5e016992 100644 --- a/devel/p5-Test-Spelling/Makefile +++ b/devel/p5-Test-Spelling/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Spelling -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Check for spelling errors in POD files -BUILD_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell -RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell +BUILD_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ + p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ + p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 +RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ + p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Spelling/distinfo b/devel/p5-Test-Spelling/distinfo index 979e9508af79..4442b9ba49c4 100644 --- a/devel/p5-Test-Spelling/distinfo +++ b/devel/p5-Test-Spelling/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-Spelling-0.16.tar.gz) = b7a75a0625369af58262c82093f2aaa4a2db51ec12586b26df0fe56f75d13a8f -SIZE (Test-Spelling-0.16.tar.gz) = 25852 +SHA256 (Test-Spelling-0.17.tar.gz) = 206f3ead9a1bb428580812946f7be92a1378fd4e825626d32e4184363ba3e5fd +SIZE (Test-Spelling-0.17.tar.gz) = 26067 |