diff options
author | 2007-02-07 20:45:16 +0000 | |
---|---|---|
committer | 2007-02-07 20:45:16 +0000 | |
commit | bded92393913c8d5d197eddb44d36664dee30904 (patch) | |
tree | 14ed1fc85b2cb5b002ba8028c4913fb9dff37e6b /dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild | |
parent | stable on amd64; bug 164246 (diff) | |
download | gentoo-2-bded92393913c8d5d197eddb44d36664dee30904.tar.gz gentoo-2-bded92393913c8d5d197eddb44d36664dee30904.tar.bz2 gentoo-2-bded92393913c8d5d197eddb44d36664dee30904.zip |
Dep for new pending package mail-filter/spamassassin-fuzzyocr; bug #158445
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild')
-rw-r--r-- | dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild new file mode 100644 index 000000000000..e0cdcde744cf --- /dev/null +++ b/dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM-Sync/MLDBM-Sync-0.30.ebuild,v 1.1 2007/02/07 20:45:16 ian Exp $ + +inherit perl-module + +DESCRIPTION="A multidimensional/tied hash Perl Module" +SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~chamas/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="test" +SRC_TEST="do" + +DEPEND="dev-lang/perl + dev-perl/MLDBM + test? ( virtual/perl-Test-Harness )" +RDEPEND="${DEPEND}" |