diff options
author | zi <zi@FreeBSD.org> | 2011-07-20 05:09:01 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-07-20 05:09:01 +0800 |
commit | 59f6d4169f44d4a533bb2f3af9b6e331b34f4092 (patch) | |
tree | 844f0c7fa1dccdfe5bfcec4f140cf15e9d2d039b /mail | |
parent | 873a9538def97e74e152d168f3729e4cb1b0eb5b (diff) | |
download | freebsd-ports-gnome-59f6d4169f44d4a533bb2f3af9b6e331b34f4092.tar.gz freebsd-ports-gnome-59f6d4169f44d4a533bb2f3af9b6e331b34f4092.tar.zst freebsd-ports-gnome-59f6d4169f44d4a533bb2f3af9b6e331b34f4092.zip |
Add LICENSE
[1] Fix RUN_DEPENDS after p5-libwww update to 6.x
Reported by: Douglas Thrift <douglaswth@gmail.com> [1]
Approved by: tabthorpe (mentor)
Diffstat (limited to 'mail')
-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 |