summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-06 03:23:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-06 03:23:54 +0000
commit5a35a126cc9533f847d0b7d5702dd39f88c59750 (patch)
treebe13f730b72299955367acd3b6481cc6d3aba355 /dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild
parentInitial add for Bug 53071. Thanks to Jared Breland (Manifest recommit) (diff)
downloadgentoo-2-5a35a126cc9533f847d0b7d5702dd39f88c59750.tar.gz
gentoo-2-5a35a126cc9533f847d0b7d5702dd39f88c59750.tar.bz2
gentoo-2-5a35a126cc9533f847d0b7d5702dd39f88c59750.zip
dep for html-fromtext
Diffstat (limited to 'dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild')
-rw-r--r--dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild
new file mode 100644
index 000000000000..f682dd96c64f
--- /dev/null
+++ b/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/Exporter-Lite-0.01.ebuild,v 1.1 2004/06/06 03:23:54 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Lightweight exporting of variables"
+HOMEPAGE="http://search.cpan.org/~mschwern/${P}/"
+SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/${P}.tar.gz"
+
+LICENSE="Artistic | GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+
+SRC_TEST="do"
+