summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-06-06 19:46:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-06-06 19:46:51 +0000
commitbfa77c685c36cdf697b70bb7d9c654baf4b57554 (patch)
tree039083fbe312ed88e853870f8968b6ca406ead1b /dev-perl/Boulder/Boulder-1.30.ebuild
parentDutch category description (diff)
downloadhistorical-bfa77c685c36cdf697b70bb7d9c654baf4b57554.tar.gz
historical-bfa77c685c36cdf697b70bb7d9c654baf4b57554.tar.bz2
historical-bfa77c685c36cdf697b70bb7d9c654baf4b57554.zip
dep for flowscan
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-perl/Boulder/Boulder-1.30.ebuild')
-rw-r--r--dev-perl/Boulder/Boulder-1.30.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Boulder/Boulder-1.30.ebuild b/dev-perl/Boulder/Boulder-1.30.ebuild
new file mode 100644
index 000000000000..d02dc2eb123f
--- /dev/null
+++ b/dev-perl/Boulder/Boulder-1.30.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Boulder/Boulder-1.30.ebuild,v 1.1 2005/06/06 19:46:51 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="An API for hierarchical tag/value structures"
+HOMEPAGE="http://search.cpan.org/~lds/${P}/"
+SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/XML-Parser"