summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-11-27 02:43:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-11-27 02:43:54 +0000
commit64b94ccf93574acf76523314d7a2831b94b04ca4 (patch)
treefddd4268714423999f5f35d8273693dafc50205f /dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild
parentMark 0.2.3 x86 stable, remove old ebuild (diff)
downloadgentoo-2-64b94ccf93574acf76523314d7a2831b94b04ca4.tar.gz
gentoo-2-64b94ccf93574acf76523314d7a2831b94b04ca4.tar.bz2
gentoo-2-64b94ccf93574acf76523314d7a2831b94b04ca4.zip
Version bump
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild')
-rw-r--r--dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild b/dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild
new file mode 100644
index 000000000000..1532996c72e3
--- /dev/null
+++ b/dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-1.01.ebuild,v 1.1 2005/11/27 02:43:54 mcummings Exp $
+
+inherit perl-module
+
+MY_P=${PN}ron-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Perl Module for Sablotron"
+SRC_URI="mirror://cpan/authors/id/P/PA/PAVELH/${MY_P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~pavelh/${MY_P}/"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="app-text/sablotron
+ dev-libs/expat"
+
+myconf="SABLOTLIBPATH=/usr/lib SABLOTINCPATH=/usr/include"