diff options
Diffstat (limited to 'dev-perl/mime-construct/mime-construct-1.900.0.ebuild')
-rw-r--r-- | dev-perl/mime-construct/mime-construct-1.900.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/mime-construct/mime-construct-1.900.0.ebuild b/dev-perl/mime-construct/mime-construct-1.900.0.ebuild new file mode 100644 index 000000000000..059d057584ec --- /dev/null +++ b/dev-perl/mime-construct/mime-construct-1.900.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/mime-construct-1.900.0.ebuild,v 1.1 2011/08/27 18:29:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROSCH +MODULE_VERSION=1.9 +inherit perl-module + +DESCRIPTION="construct and optionally mail MIME messages" + +LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/MIME-Types + dev-perl/Proc-WaitStat" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |