diff options
author | ast <ast@pkgsrc.org> | 2022-04-03 07:53:14 +0000 |
---|---|---|
committer | ast <ast@pkgsrc.org> | 2022-04-03 07:53:14 +0000 |
commit | f7d2cf768e0a6cb83a0df20511723b89ece9ddbb (patch) | |
tree | 7c3bf4799c7ea4e52e2873535e47e265f9958134 | |
parent | f3405b03c6c1bdfb043c3f5263b81006097be563 (diff) | |
download | pkgsrc-f7d2cf768e0a6cb83a0df20511723b89ece9ddbb.tar.gz |
security/p5-Crypt-OpenPGP: installs an executable requiring devel/p5-Term-ReadKey
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 350f80b9cf9..5cdb8732aa5 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2021/05/24 19:53:58 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2022/04/03 07:53:14 ast Exp $ DISTNAME= Crypt-OpenPGP-1.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -11,6 +11,9 @@ HOMEPAGE= https://metacpan.org/release/Crypt-OpenPGP COMMENT= Pure-Perl OpenPGP implementation LICENSE= ${PERL5_LICENSE} +# for /usr/pkg/bin/pgplet -> ../lib/perl5/vendor_perl/bin/pgplet +DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey + DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish DEPENDS+= p5-Crypt-CAST5_PP-[0-9]*:../../security/p5-Crypt-CAST5_PP DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES |