2015-07-12 20:56:06 +02:00
|
|
|
# $NetBSD: options.mk,v 1.2 2015/07/12 18:56:28 wiz Exp $
|
2010-02-12 19:26:36 +01:00
|
|
|
|
|
|
|
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
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
2010-02-12 19:26:36 +01:00
|
|
|
.endif
|