diff options
Diffstat (limited to 'databases/p5-Prophet/Makefile')
-rw-r--r-- | databases/p5-Prophet/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/p5-Prophet/Makefile b/databases/p5-Prophet/Makefile index 6c04b8d79715..bc864e5b69c3 100644 --- a/databases/p5-Prophet/Makefile +++ b/databases/p5-Prophet/Makefile @@ -95,11 +95,4 @@ MAN3= Prophet::Web::Result.3 \ Prophet::Replica::sqlite.3 \ Prophet::Meta::Types.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |