svn commit: r439024 - head/mail/ssmtp

Martin Wilke miwi at FreeBSD.org
Fri Apr 21 08:15:24 UTC 2017


Author: miwi
Date: Fri Apr 21 08:15:22 2017
New Revision: 439024
URL: https://svnweb.freebsd.org/changeset/ports/439024

Log:
  - specify LICENSE
  
  PR:		218291 (based on)
  Submitted by:	asomers@
  Approved by:	maintainer timeout

Modified:
  head/mail/ssmtp/Makefile

Modified: head/mail/ssmtp/Makefile
==============================================================================
--- head/mail/ssmtp/Makefile	Fri Apr 21 08:10:14 2017	(r439023)
+++ head/mail/ssmtp/Makefile	Fri Apr 21 08:15:22 2017	(r439024)
@@ -11,6 +11,9 @@ DISTFILES=	${PORTNAME}_${PORTVERSION}.or
 MAINTAINER=	aragon at 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


More information about the svn-ports-head mailing list