diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-12-20 09:44:14 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-12-20 09:44:14 +0000 |
commit | b3c5cc17fa74fee975e250b0a027df5c1031510a (patch) | |
tree | e6019b8f08e2456912ff29b78cf428f8414e34c4 /textproc/p5-YAML-Syck/Makefile | |
parent | 21b11e7943a6e238ce54a22ac5ee3c95b4346f0f (diff) |
Notes
Diffstat (limited to 'textproc/p5-YAML-Syck/Makefile')
-rw-r--r-- | textproc/p5-YAML-Syck/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile index 7dfe4067e521..58221c288dc8 100644 --- a/textproc/p5-YAML-Syck/Makefile +++ b/textproc/p5-YAML-Syck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= YAML-Syck -PORTVERSION= 0.91 +PORTVERSION= 1.00 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= YAML @@ -23,7 +23,8 @@ MAN3= JSON::Syck.3 YAML::Syck.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500700 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils BUILD_DEPENDS= ${RUN_DEPENDS} .endif |