diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-21 16:15:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-21 16:15:22 +0800 |
commit | 517baa37e6dacd99d206f6a669b9292a02ea2183 (patch) | |
tree | 4ef33747a110610682f095295520118b572f5212 /mail | |
parent | 78b7e6a21dfe8f0f31ff14f5d78ecf05361429ee (diff) | |
download | freebsd-ports-gnome-517baa37e6dacd99d206f6a669b9292a02ea2183.tar.gz freebsd-ports-gnome-517baa37e6dacd99d206f6a669b9292a02ea2183.tar.zst freebsd-ports-gnome-517baa37e6dacd99d206f6a669b9292a02ea2183.zip |
- specify LICENSE
PR: 218291 (based on)
Submitted by: asomers@
Approved by: maintainer timeout
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ssmtp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index ada48a0d188d..514dc3c00e72 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -11,6 +11,9 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} MAINTAINER= aragon@phat.za.net COMMENT= Extremely simple MTA to get mail off the system to a mail hub +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + GNU_CONFIGURE= yes USES= gmake tar:bzip2 ssl GROUPS= ssmtp |