summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-06-14 19:33:37 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-06-14 19:33:37 +0000
commit789e34dbda596bf969c9ce75fbaff70707a77fa7 (patch)
treef2be6f5cac2a00f2d394f597f0528408528b8cb1 /net-mail/spamcup/spamcup-1.09.ebuild
parentamd64 stable, bug #222167 (diff)
downloadgentoo-2-789e34dbda596bf969c9ce75fbaff70707a77fa7.tar.gz
gentoo-2-789e34dbda596bf969c9ce75fbaff70707a77fa7.tar.bz2
gentoo-2-789e34dbda596bf969c9ce75fbaff70707a77fa7.zip
Version bump (#222253)
(Portage version: 2.1.5.5)
Diffstat (limited to 'net-mail/spamcup/spamcup-1.09.ebuild')
-rw-r--r--net-mail/spamcup/spamcup-1.09.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild
new file mode 100644
index 000000000000..3640b18e46fd
--- /dev/null
+++ b/net-mail/spamcup/spamcup-1.09.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 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.1 2008/06/14 19:33:37 dertobi123 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/"
+SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5.8.0
+ dev-perl/Getopt-ArgvFile
+ dev-perl/libwww-perl"
+
+src_install() {
+ dodir /usr/bin
+ dobin spamcup
+
+ dodoc ChangeLog INSTALL README
+}