summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-07 16:17:13 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-07 16:17:13 +0000
commit086542eb101a53b201758a2fb52bf01e9aeb2912 (patch)
tree3bf517878e97ce9bbb031ca4b2ec7a373b796fdc /dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild
parentNew package, imported from perl overlay, bug 303441 (diff)
downloadgentoo-2-086542eb101a53b201758a2fb52bf01e9aeb2912.tar.gz
gentoo-2-086542eb101a53b201758a2fb52bf01e9aeb2912.tar.bz2
gentoo-2-086542eb101a53b201758a2fb52bf01e9aeb2912.zip
New package, imported from perl overlay, bug 303441
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild')
-rw-r--r--dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild b/dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild
new file mode 100644
index 000000000000..f3811b9d49f6
--- /dev/null
+++ b/dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Smart/XML-Smart-1.790.0.ebuild,v 1.1 2014/12/07 16:17:13 dilfridge Exp $
+
+EAPI=5
+MODULE_AUTHOR=TMHARISH
+MODULE_VERSION=1.79
+inherit perl-module
+
+DESCRIPTION='A smart, easy and powerful way to access or create XML from fiels, data and URLs.'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Object-MultiType-0.30.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do"