diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-07-19 21:09:01 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-07-19 21:09:01 +0000 |
commit | 7174b1dcf7b5d82645172836b88f7a1081ed4d7b (patch) | |
tree | afbf01b2cfe8e26c50628160f12a789e56daaf33 /mail/spamcup | |
parent | cdae5b755285712c8da636132b18599901f2d6ec (diff) | |
download | ports-7174b1dcf7b5d82645172836b88f7a1081ed4d7b.tar.gz ports-7174b1dcf7b5d82645172836b88f7a1081ed4d7b.zip |
Notes
Diffstat (limited to 'mail/spamcup')
-rw-r--r-- | mail/spamcup/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile index cdb2e5e97fca..6da5e8e2e947 100644 --- a/mail/spamcup/Makefile +++ b/mail/spamcup/Makefile @@ -7,15 +7,18 @@ PORTNAME= spamcup PORTVERSION= 1.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A tool for automatic spam reporting via Spamcop.net +LICENSE= GPL + RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile + ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ + ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-HTML-Form PERL_CONFIGURE= yes |