diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-04-07 16:06:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-04-07 16:06:58 +0000 |
commit | 0c093cf37f0562bd0462bcd971cb4313905ea7ea (patch) | |
tree | b3c7bf7ff24f47a21651242d00de09bb8ba1779d /security/p5-Module-Signature | |
parent | 01c648d5a5005828232ba956ec29e1d8181e08d6 (diff) | |
download | ports-0c093cf37f0562bd0462bcd971cb4313905ea7ea.tar.gz ports-0c093cf37f0562bd0462bcd971cb4313905ea7ea.zip |
Notes
Diffstat (limited to 'security/p5-Module-Signature')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 19 | ||||
-rw-r--r-- | security/p5-Module-Signature/distinfo | 4 |
2 files changed, 12 insertions, 11 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index d911af7bebed..6dcf603b1fb9 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Signature -PORTVERSION= 0.73 -PORTREVISION= 1 +PORTVERSION= 0.75 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,23 +10,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module signature file manipulation -BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ - p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist +BUILD_DEPENDS= p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run CONFIGURE_ENV= PERL_MM_USE_DEFAULT="yes" USES= perl5 USE_PERL5= configure OPTIONS_DEFAULT= GPG2 -OPTIONS_MULTI= GPG +OPTIONS_MULTI= GPG OPTIONS_MULTI_GPG= GPG1 GPG2 + GPG1_DESC= Use GnuPG version 1 GPG2_DESC= Use GnuPG version 2 -GPG1_BUILD_DEPENDS= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 -GPG1_RUN_DEPENDS= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 -GPG2_BUILD_DEPENDS= ${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg -GPG2_RUN_DEPENDS= ${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg +GPG1_BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +GPG1_RUN_DEPENDS= ${GPG1_BUILD_DEPENDS} + +GPG2_BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg +GPG2_RUN_DEPENDS= ${GPG2_BUILD_DEPENDS} .include <bsd.port.mk> diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index 6d05cc80332e..a7bf2ad81569 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,2 +1,2 @@ -SHA256 (Module-Signature-0.73.tar.gz) = 718520721888ac4a7d930e26c4cd628ca24d60b2b18bddb081b331731a94bbc5 -SIZE (Module-Signature-0.73.tar.gz) = 77407 +SHA256 (Module-Signature-0.75.tar.gz) = ddbdcbf1a176463697f96aeaa15278a9caeffc8c99f7de94d88765c4cd5c4467 +SIZE (Module-Signature-0.75.tar.gz) = 77855 |