summaryrefslogtreecommitdiff
path: root/dev-ml/xmlm/xmlm-1.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/xmlm/xmlm-1.1.1.ebuild')
-rw-r--r--dev-ml/xmlm/xmlm-1.1.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/xmlm/xmlm-1.1.1.ebuild b/dev-ml/xmlm/xmlm-1.1.1.ebuild
new file mode 100644
index 00000000000..5ffd36c4d22
--- /dev/null
+++ b/dev-ml/xmlm/xmlm-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Ocaml XML manipulation module"
+HOMEPAGE="http://erratique.ch/software/xmlm"
+SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS=( "CHANGES" "README" )