blob: c1f1741b9fcc940692663923fcb20a66f1f44dee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: spamcup
# Date created: 07 February 2005
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= spamcup
PORTVERSION= 1.09
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@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>
|