diff options
author | tobez <tobez@FreeBSD.org> | 2006-01-24 21:45:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-01-24 21:45:53 +0800 |
commit | d2ac9976bf8808768ca9fb5d1ae841fd9974ad5b (patch) | |
tree | 418f425eeb8dc3e243f3b6cf4494381e9cd89893 | |
parent | 24077495d0a908226bf50850883ed02cf7df03d7 (diff) | |
download | freebsd-ports-gnome-d2ac9976bf8808768ca9fb5d1ae841fd9974ad5b.tar.gz freebsd-ports-gnome-d2ac9976bf8808768ca9fb5d1ae841fd9974ad5b.tar.zst freebsd-ports-gnome-d2ac9976bf8808768ca9fb5d1ae841fd9974ad5b.zip |
This port actually works with Perl 5.6.1. Bump portrevision.
-rw-r--r-- | textproc/p5-JSON-Syck/Makefile | 9 |
1 files 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 <bsd.port.pre.mk> -.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 <bsd.port.post.mk> |