summaryrefslogtreecommitdiff
path: root/net-mail/spamcup/spamcup-1.09.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/spamcup/spamcup-1.09.ebuild')
-rw-r--r--net-mail/spamcup/spamcup-1.09.ebuild24
1 files changed, 24 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..aba9275fab0b
--- /dev/null
+++ b/net-mail/spamcup/spamcup-1.09.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="This script does the same you would do when you report spam with your browser in Spamcop.net"
+HOMEPAGE="https://sourceforge.net/projects/spamcup/"
+SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ppc x86"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5.8.0
+ dev-perl/Getopt-ArgvFile
+ || ( ( >dev-perl/libwww-perl-6 dev-perl/HTML-Form ) <dev-perl/libwww-perl-6
+ ) "
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dodir /usr/bin
+ dobin spamcup.pl || die "dobin failed"
+
+ dodoc ChangeLog INSTALL
+}