diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 13:56:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 13:56:07 +0000 |
commit | e9b24cf7c8db86b7104dd6467ffb6d0e937f3d84 (patch) | |
tree | a9f9ab1abba0c038405b392266d1bd301a35d792 /dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-e9b24cf7c8db86b7104dd6467ffb6d0e937f3d84.tar.gz gentoo-2-e9b24cf7c8db86b7104dd6467ffb6d0e937f3d84.tar.bz2 gentoo-2-e9b24cf7c8db86b7104dd6467ffb6d0e937f3d84.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild')
-rw-r--r-- | dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild new file mode 100644 index 000000000000..38d6240cf7ac --- /dev/null +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SMIME/Crypt-SMIME-0.100.0.ebuild,v 1.1 2011/08/31 13:56:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MIKAGE +MODULE_VERSION=0.10 +inherit perl-module + +DESCRIPTION="S/MIME sign, verify, encrypt and decrypt" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/openssl" +DEPEND="${RDEPEND}" +# test? ( +# dev-perl/Test-Exception +# )" + +#SRC_TEST=do |