From d2ac9976bf8808768ca9fb5d1ae841fd9974ad5b Mon Sep 17 00:00:00 2001 From: tobez Date: Tue, 24 Jan 2006 13:45:53 +0000 Subject: This port actually works with Perl 5.6.1. Bump portrevision. --- textproc/p5-JSON-Syck/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/textproc/p5-JSON-Syck/Makefile b/textproc/p5-JSON-Syck/Makefile index ef1eca69453c..a09c212d09a4 100644 --- a/textproc/p5-JSON-Syck/Makefile +++ b/textproc/p5-JSON-Syck/Makefile @@ -7,6 +7,7 @@ PORTNAME= JSON-Syck PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA @@ -15,14 +16,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Fast, lightweight JSON loader and dumper +BUILD_DEPENDS= \ + p5-Storable>0:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= JSON::Syck.3 .include -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 and try again .endif .include -- cgit