summaryrefslogtreecommitdiff
path: root/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild')
-rw-r--r--dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild
new file mode 100644
index 000000000000..2a4d47d7f58a
--- /dev/null
+++ b/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+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 ~sparc x86"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Types
+ dev-perl/Proc-WaitStat"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"