40bbad7ac6
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
12 lines
389 B
Makefile
12 lines
389 B
Makefile
# $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
|