summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MARC-Charset/MARC-Charset-1.0.ebuild')
-rw-r--r--dev-perl/MARC-Charset/MARC-Charset-1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/MARC-Charset/MARC-Charset-1.0.ebuild b/dev-perl/MARC-Charset/MARC-Charset-1.0.ebuild
new file mode 100644
index 000000000000..deae75386574
--- /dev/null
+++ b/dev-perl/MARC-Charset/MARC-Charset-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Charset/MARC-Charset-1.0.ebuild,v 1.1 2008/09/29 02:06:59 robbat2 Exp $
+
+MODULE_AUTHOR="ESUMMERS"
+
+inherit perl-module
+
+DESCRIPTION="convert MARC-8 encoded strings to UTF-8"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86 ~ppc"
+
+DEPEND="dev-perl/XML-SAX
+ dev-perl/Class-Accessor"