diff options
author | 2007-08-07 17:37:49 +0000 | |
---|---|---|
committer | 2007-08-07 17:37:49 +0000 | |
commit | 8cff4d27c3aba5bbdccb15b339286d0da25ea0d6 (patch) | |
tree | effa9c5c63d3484d6245101b942ea78abe78a580 /dev-perl/Net-RBLClient/Net-RBLClient-0.5.ebuild | |
parent | Stable on sparc wrt #176297 (diff) | |
download | gentoo-2-8cff4d27c3aba5bbdccb15b339286d0da25ea0d6.tar.gz gentoo-2-8cff4d27c3aba5bbdccb15b339286d0da25ea0d6.tar.bz2 gentoo-2-8cff4d27c3aba5bbdccb15b339286d0da25ea0d6.zip |
New package; bug #187966
(Portage version: 2.1.3.3)
Diffstat (limited to 'dev-perl/Net-RBLClient/Net-RBLClient-0.5.ebuild')
-rw-r--r-- | dev-perl/Net-RBLClient/Net-RBLClient-0.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.5.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.5.ebuild new file mode 100644 index 000000000000..02e9d732484f --- /dev/null +++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.5.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/Net-RBLClient/Net-RBLClient-0.5.ebuild,v 1.1 2007/08/07 17:37:49 ian Exp $ + +inherit perl-module + +DESCRIPTION="Net::RBLClient - Queries multiple Realtime Blackhole Lists in parallel" +HOMEPAGE="http://search.cpan.org/~ablum/${PN}/" +SRC_URI="mirror://cpan/authors/id/A/AB/ABLUM/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="virtual/perl-Time-HiRes + dev-perl/Net-DNS" + +S="${WORKDIR}/RBLCLient-${PV}" # second capitialized 'l' is deliberate |