summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-28 22:46:49 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-28 22:58:30 +0200
commite65ea8da3c5d6b8173d4529ceef77b75cda77d27 (patch)
tree6224978582ba479ac5b8c5ccdb13298fd71629f0 /dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0-r2.ebuild
parentdev-perl/Mail-DKIM: Fix version (diff)
downloadgentoo-e65ea8da3c5d6b8173d4529ceef77b75cda77d27.tar.gz
gentoo-e65ea8da3c5d6b8173d4529ceef77b75cda77d27.tar.bz2
gentoo-e65ea8da3c5d6b8173d4529ceef77b75cda77d27.zip
dev-perl/Mail-DomainKeys: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0-r2.ebuild')
-rw-r--r--dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0-r2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0-r2.ebuild b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0-r2.ebuild
new file mode 100644
index 000000000000..7b419084c679
--- /dev/null
+++ b/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ANTHONYU
+DIST_VERSION=1.0
+inherit perl-module
+
+DESCRIPTION="A perl implementation of DomainKeys"
+
+SLOT="0"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ >=dev-perl/Net-DNS-0.34
+ dev-perl/MailTools
+ dev-perl/Crypt-OpenSSL-RSA
+"
+BDEPEND="${RDEPEND}
+ test? ( dev-perl/Email-Address )"