freebsd-ports/mail/spamcup/Makefile
Yen-Ming Lee 43983f6bd3 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/
2005-02-08 15:41:44 +00:00

27 lines
724 B
Makefile

# 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>