aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-01-24 13:45:53 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-01-24 13:45:53 +0000
commit4dbff0388eb990a85babfd22687abdf9af731506 (patch)
treea18c87d35f877dbfcd1344bf7e9f1c62da7a2ada
parent2bd3b575657ba58161dea77f9acc9be1e7d4df07 (diff)
Notes
-rw-r--r--textproc/p5-JSON-Syck/Makefile9
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>