blob: 8dd2913f0b6d2f2fcfc4f70f26ea2678c5e07bc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.31.ebuild,v 1.6 2007/04/06 18:00:15 wltjr Exp $
inherit perl-module
DESCRIPTION="Interface to Sender Rewriting Scheme"
SRC_URI="mirror://cpan/authors/id/S/SH/SHEVEK/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~shevek/"
KEYWORDS="amd64 x86"
LICENSE="Artistic GPL-2"
IUSE="test"
SRC_TEST="do"
SLOT="0"
DEPEND=">=dev-perl/Digest-HMAC-1.01-r1
>=dev-perl/MLDBM-2.01
>=virtual/perl-DB_File-1.807
>=virtual/perl-Digest-MD5-2.33
>=virtual/perl-Storable-2.04-r1
test? ( >=dev-perl/Test-Pod-1.00
>=dev-perl/Test-Pod-Coverage-0.02 )"
|