diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-12 18:38:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-12 18:38:15 +0000 |
commit | 964e23772b81063a47413dad3834f6d173da5538 (patch) | |
tree | 475f24115252d381e2310bb6150b38bc6bae6514 /security/p5-Module-Signature | |
parent | 7d3f3b374b63822dd56b73723f7b4da7cc72ab13 (diff) | |
download | ports-964e23772b81063a47413dad3834f6d173da5538.tar.gz ports-964e23772b81063a47413dad3834f6d173da5538.zip |
Notes
Diffstat (limited to 'security/p5-Module-Signature')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Module-Signature/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 878f268f556d..05f4591276d3 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Module-Signature -PORTVERSION= 0.67 +PORTVERSION= 0.68 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module signature file manipulation -RUN_DEPENDS= p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \ - ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 +RUN_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 PERL_CONFIGURE= yes @@ -26,6 +27,7 @@ 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 +RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA .endif + .include <bsd.port.post.mk> diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index 52b76c10069d..913bc92ee3a7 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,2 +1,2 @@ -SHA256 (Module-Signature-0.67.tar.gz) = 81d4fd2fc7408387ba80c125e08165c99a962eaadba23c42183d58a069e8750a -SIZE (Module-Signature-0.67.tar.gz) = 75034 +SHA256 (Module-Signature-0.68.tar.gz) = 623d7d8d26dceac49b043f5bc2d83eea95d6dd75bf09200a6631180774c8eb5f +SIZE (Module-Signature-0.68.tar.gz) = 76485 |