diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-07-02 06:43:28 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-07-02 06:43:28 +0000 |
commit | e136ec7d946d8693706dff980f4c2676b6af76f6 (patch) | |
tree | 5aff93922966fd1c1eba8aaaf941c33c93818bbe /security/p5-Digest-SHA1 | |
parent | 24ca310ad40b2d25268266638ac15ae208acb2c9 (diff) | |
download | ports-e136ec7d946d8693706dff980f4c2676b6af76f6.tar.gz ports-e136ec7d946d8693706dff980f4c2676b6af76f6.zip |
Notes
Diffstat (limited to 'security/p5-Digest-SHA1')
-rw-r--r-- | security/p5-Digest-SHA1/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index 681a95fc993a..5fb871f9dcac 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -15,11 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl interface to the SHA-1 Algorithm -BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Digest::SHA1.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> |