diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-01-18 19:36:38 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-01-18 19:36:38 +0000 |
commit | b4f76b8b39f60b1b616adf0e5169ed77793e1e6a (patch) | |
tree | cce2dfff2f1555224670fb61b6783f0cb10b0b3f /mail/msmtp/Makefile | |
parent | 472d2585b822e788873ecef218515b350a294196 (diff) |
Notes
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 547521be059f..7adbcbe3d6a4 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.22 +PORTVERSION= 1.4.23 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -21,6 +21,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= msmtp.1 INFO= msmtp +LICENSE= GPLv3 + OPTIONS= GNUTLS "Adds GnuTLS support" off \ OPENSSL "Adds support for SSL (Secure Socket Layer)" off \ GSASL "Adds GSASL support" off \ |