diff options
Diffstat (limited to 'net-mail/spamcup/spamcup-1.09.ebuild')
-rw-r--r-- | net-mail/spamcup/spamcup-1.09.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild index 3f801a30c575..e610a1b62379 100644 --- a/net-mail/spamcup/spamcup-1.09.ebuild +++ b/net-mail/spamcup/spamcup-1.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.09.ebuild,v 1.2 2008/10/27 04:58:35 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.09.ebuild,v 1.3 2011/05/25 06:31:32 eras Exp $ DESCRIPTION="This script does the same you would do when you report spam with your browser in Spamcop.net." HOMEPAGE="http://sourceforge.net/projects/spamcup/" @@ -13,7 +13,9 @@ IUSE="" DEPEND=">=dev-lang/perl-5.8.0 dev-perl/Getopt-ArgvFile - dev-perl/libwww-perl" + || ( ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) <dev-perl/libwww-perl-6 + ) " +RDEPEND="${DEPEND}" src_install() { dodir /usr/bin |