diff options
author | feld <feld@FreeBSD.org> | 2014-09-04 19:56:46 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-09-04 19:56:46 +0800 |
commit | 6faf1175ae97497e49730f407af64ce9616a609a (patch) | |
tree | d21aecc57fee060f60d2d2b24d76b26b9a7ad6a8 | |
parent | a16ce351b4ddbe02fd7aa1d0e7118efa7283d0b1 (diff) | |
download | freebsd-ports-gnome-6faf1175ae97497e49730f407af64ce9616a609a.tar.gz freebsd-ports-gnome-6faf1175ae97497e49730f407af64ce9616a609a.tar.zst freebsd-ports-gnome-6faf1175ae97497e49730f407af64ce9616a609a.zip |
License is supposed to have a lower case "v" or some build
environments will error with:
License GPLV2 needs confirmation, but BATCH is defined
as it will be an unrecognized license.
-rw-r--r-- | mail/sqlgrey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index 4cdc3a3c89a4..6e486c4810be 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29 MAINTAINER= ports@FreeBSD.org COMMENT= Greylisting policy server for Postfix using an SQL backend -LICENSE= GPLV2 +LICENSE= GPLv2 RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \ p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ |