Skip to content

Commit

Permalink
dev-perl/Crypt-OpenSSL-DSA: add libressl support
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Ospald committed Sep 20, 2015
1 parent 446c3a6 commit c67debe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.150.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
MODULE_AUTHOR=KMX
MODULE_VERSION=0.15
inherit perl-module

DESCRIPTION='Digital Signature Algorithm using OpenSSL'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libressl"

RDEPEND="
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

SRC_TEST="do"

0 comments on commit c67debe

Please sign in to comment.