pkgsrc/security/p5-Crypt-OpenPGP/options.mk

13 lines
389 B
Makefile
Raw Normal View History

# $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