blob: 7795e55af9445eb625ce71f3ec3cc5f24e7654f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: options.mk,v 1.2 2015/07/12 18:56:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Crypt-OpenPGP
PKG_SUPPORTED_OPTIONS= pgp2-compat
PKG_SUGGESTED_OPTIONS= # empty
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpgp2-compat)
DEPENDS+= p5-Crypt-IDEA-[0-9]*:../../security/p5-Crypt-IDEA
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
.endif
|