diff options
author | zi <zi@FreeBSD.org> | 2011-07-22 21:41:25 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-07-22 21:41:25 +0800 |
commit | eee1d59047f4182b3ac258156d40f610360f9d26 (patch) | |
tree | 2b734251a178f9cf89189494d35246ca94ccf5fc /mail/spamcup | |
parent | 4528fa245ad231bf784677fcaa2b5db0cadaa081 (diff) | |
download | freebsd-ports-gnome-eee1d59047f4182b3ac258156d40f610360f9d26.tar.gz freebsd-ports-gnome-eee1d59047f4182b3ac258156d40f610360f9d26.tar.zst freebsd-ports-gnome-eee1d59047f4182b3ac258156d40f610360f9d26.zip |
Correct LICENSE
Reported by: pointyhat
Approved by: wxs (mentor)
Diffstat (limited to 'mail/spamcup')
-rw-r--r-- | mail/spamcup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile index 6da5e8e2e947..27e7cb9f3818 100644 --- a/mail/spamcup/Makefile +++ b/mail/spamcup/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A tool for automatic spam reporting via Spamcop.net -LICENSE= GPL +LICENSE= GPLv1 RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ |