diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 13:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 13:36:43 +0000 |
commit | 76f94d3e81dc62b9702c1d21b9b4674dee4e7802 (patch) | |
tree | f4399759a4735ed2d9f13e0d3ae764bc88374791 /devel/p5-File-HStore | |
parent | 50d826a7030895ec54b293144a9c72f6804cf167 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-HStore')
-rw-r--r-- | devel/p5-File-HStore/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-File-HStore/Makefile b/devel/p5-File-HStore/Makefile index 96ee3c8517d5..c201384566ee 100644 --- a/devel/p5-File-HStore/Makefile +++ b/devel/p5-File-HStore/Makefile @@ -19,11 +19,4 @@ PERL_CONFIGURE= yes MAN3= File::HStore.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -BUILD_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |