diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 12:28:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 12:28:23 +0000 |
commit | 927c9c2190303cbf488da40b21aa8f687198bb23 (patch) | |
tree | b50875b389c063d1bcadc768e710973b1992efd2 /devel/p5-ResourcePool | |
parent | 2a6d3bd8e2df3f99bd5bc37be426951c272419b9 (diff) | |
download | ports-927c9c2190303cbf488da40b21aa8f687198bb23.tar.gz ports-927c9c2190303cbf488da40b21aa8f687198bb23.zip |
Notes
Diffstat (limited to 'devel/p5-ResourcePool')
-rw-r--r-- | devel/p5-ResourcePool/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/p5-ResourcePool/Makefile b/devel/p5-ResourcePool/Makefile index 86258353db78..f0b43ab98084 100644 --- a/devel/p5-ResourcePool/Makefile +++ b/devel/p5-ResourcePool/Makefile @@ -35,4 +35,11 @@ MAN3= ResourcePool.3 \ post-install: @${CAT} pkg-message -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +.endif + +.include <bsd.port.post.mk> |