diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-15 07:52:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-15 07:52:25 +0000 |
commit | 718ed795d8c23b1dfcd2695a0ec03ea2cc3fd708 (patch) | |
tree | 8f0d7397e8b51c85ade6f28d2dd16d67f9482602 | |
parent | a0275c3e360f5211556bafc7bdf88bb8ae4d2e9e (diff) |
Notes
-rw-r--r-- | security/p5-Module-Signature/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 6290d9f787ed..cb3759a7d125 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -14,13 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module signature file manipulation -BUILD_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 -RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ +BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \ ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 +RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES" - +CONFIGURE_ENV= PERL_MM_USE_DEFAULT="yes" PERL_CONFIGURE= yes MAN1= cpansign.1 @@ -29,7 +28,8 @@ MAN3= Module::Signature.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>=0:${PORTSDIR}/security/p5-Digest-SHA +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA .endif .include <bsd.port.post.mk> |