diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-11-12 20:46:21 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-11-12 20:46:21 +0000 |
commit | 34ba40c42cf1472a8235e4eda64319e33d6c5f46 (patch) | |
tree | 42d2037fe54089a59283ca35976083d4f3d3e6fc /dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild | |
parent | Fix dbus dep per bug #154521 (diff) | |
download | gentoo-2-34ba40c42cf1472a8235e4eda64319e33d6c5f46.tar.gz gentoo-2-34ba40c42cf1472a8235e4eda64319e33d6c5f46.tar.bz2 gentoo-2-34ba40c42cf1472a8235e4eda64319e33d6c5f46.zip |
Version bump
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild')
-rw-r--r-- | dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild new file mode 100644 index 000000000000..210385640c66 --- /dev/null +++ b/dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exporter-Lite/Exporter-Lite-0.02.ebuild,v 1.1 2006/11/12 20:46:21 ian Exp $ + +inherit perl-module + +DESCRIPTION="Lightweight exporting of variables" +HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |