diff options
Diffstat (limited to 'dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.53.ebuild')
-rw-r--r-- | dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.53.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.53.ebuild b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.53.ebuild new file mode 100644 index 000000000000..e0d04e20710f --- /dev/null +++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.53.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.53.ebuild,v 1.1 2010/07/15 11:18:53 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PERIGRIN +inherit perl-module + +DESCRIPTION="SAX2 Writer" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND="dev-perl/XML-Filter-BufferText + dev-perl/XML-SAX + >=dev-perl/XML-NamespaceSupport-1.04 + >=dev-libs/libxml2-2.4.1" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |