diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-29 08:57:02 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-29 08:57:02 +0000 |
commit | 8952d904cc8d981e3326bce4cd1876216772d865 (patch) | |
tree | 798f10de1dfe7c28e8eaa03b634a143ab7269293 /devel/p5-Object-InsideOut | |
parent | 8f0c89110bf17d413fd20b53376dd51e747d1b47 (diff) | |
download | ports-8952d904cc8d981e3326bce4cd1876216772d865.tar.gz ports-8952d904cc8d981e3326bce4cd1876216772d865.zip |
Notes
Diffstat (limited to 'devel/p5-Object-InsideOut')
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index 6b15e20646eb..5606070942cd 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 3.87 +PORTVERSION= 3.88 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN @@ -18,8 +18,9 @@ COMMENT= Object::InsideOut - Comprehensive inside-out object support module LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Exception-Class>=1.29:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Want>=0.12:${PORTSDIR}/devel/p5-Want +BUILD_DEPENDS= p5-Data-Dumper>=2.131:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-Exception-Class>=1.32:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Want>=0.18:${PORTSDIR}/devel/p5-Want RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -33,6 +34,7 @@ MAN3= Bundle::Object::InsideOut.3 \ .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif .include <bsd.port.post.mk> diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index 44be6283b65b..5aa351c45b14 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,2 +1,2 @@ -SHA256 (Object-InsideOut-3.87.tar.gz) = 5dfe0ba5b42c6d4b2f2e653bc6499aa2c68bd43dd208a8bec69001b05dd4cdf3 -SIZE (Object-InsideOut-3.87.tar.gz) = 120747 +SHA256 (Object-InsideOut-3.88.tar.gz) = 607d60b8ac38366c6837220c5b73d960250e9259a64494c67a57fb9787f20be9 +SIZE (Object-InsideOut-3.88.tar.gz) = 120767 |