mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Spamcup is a tool for automatic spam reporting via Spamcop.net.
It performs the same actions as if you were to report spam to spamcop.net with a Web browser, but from the commandline. Spamcup is written in Perl. WWW: http://sourceforge.net/projects/spamcup/
This commit is contained in:
parent
030fe20888
commit
43983f6bd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128289
@ -444,6 +444,7 @@
|
||||
SUBDIR += spamass-rules
|
||||
SUBDIR += spamass-rules_du_jour
|
||||
SUBDIR += spambnc
|
||||
SUBDIR += spamcup
|
||||
SUBDIR += spamd
|
||||
SUBDIR += spamguard
|
||||
SUBDIR += spamilter
|
||||
|
27
mail/spamcup/Makefile
Normal file
27
mail/spamcup/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: spamcup
|
||||
# Date created: 07 February 2005
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= spamcup
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= A tool for automatic spam reporting via Spamcop.net
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/spamcup.pl ${SITE_PERL_REL}/spamcup.pl \
|
||||
${SITE_PERL_REL}/${PERL_ARCH}/auto/Spamcup/.packlist
|
||||
|
||||
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/Spamcup
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/spamcup/distinfo
Normal file
2
mail/spamcup/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (spamcup-1.09.tar.gz) = 47a655793ac0bcfe0ae8fd6cb407167a
|
||||
SIZE (spamcup-1.09.tar.gz) = 6801
|
6
mail/spamcup/pkg-descr
Normal file
6
mail/spamcup/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Spamcup is a tool for automatic spam reporting via Spamcop.net.
|
||||
It performs the same actions as if you were to report spam to
|
||||
spamcop.net with a Web browser, but from the commandline.
|
||||
Spamcup is written in Perl.
|
||||
|
||||
WWW: http://sourceforge.net/projects/spamcup/
|
Loading…
Reference in New Issue
Block a user