diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 09:38:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 09:38:59 +0000 |
commit | ceb9a290db10f8dd54fa18b0c9d5f1fe25427b12 (patch) | |
tree | c71117e1dc4ff1baed40f806d8d2418b8f6621e5 /databases/p5-Prophet | |
parent | bf701453e2c6950a001c8cfc9c06dca0703e9367 (diff) | |
download | ports-ceb9a290db10f8dd54fa18b0c9d5f1fe25427b12.tar.gz ports-ceb9a290db10f8dd54fa18b0c9d5f1fe25427b12.zip |
Notes
Diffstat (limited to 'databases/p5-Prophet')
-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> |