svn commit: r464999 - head/accessibility/eflite

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 19 09:03:20 UTC 2018


Author: amdmi3
Date: Mon Mar 19 09:03:19 2018
New Revision: 464999
URL: https://svnweb.freebsd.org/changeset/ports/464999

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/accessibility/eflite/Makefile

Modified: head/accessibility/eflite/Makefile
==============================================================================
--- head/accessibility/eflite/Makefile	Mon Mar 19 08:46:08 2018	(r464998)
+++ head/accessibility/eflite/Makefile	Mon Mar 19 09:03:19 2018	(r464999)
@@ -12,6 +12,9 @@ COMMENT=	Speech server for Festival Lite used by yasr 
 BUILD_DEPENDS=	flite:audio/flite
 RUN_DEPENDS=	flite:audio/flite
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gmake
 GNU_CONFIGURE=	yes
 ALL_TARGET=	eflite


More information about the svn-ports-all mailing list