2005-02-08 16:41:44 +01:00
|
|
|
# New ports collection makefile for: spamcup
|
|
|
|
# Date created: 07 February 2005
|
|
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spamcup
|
|
|
|
PORTVERSION= 1.09
|
2007-06-08 03:12:38 +02:00
|
|
|
PORTREVISION= 2
|
2005-02-08 16:41:44 +01:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2005-02-08 16:41:44 +01:00
|
|
|
|
2006-07-08 16:59:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-02-08 16:41:44 +01:00
|
|
|
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>
|