svn commit: r473871 - head/audio/lame

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 4 09:07:37 UTC 2018


Author: amdmi3
Date: Wed Jul  4 09:07:36 2018
New Revision: 473871
URL: https://svnweb.freebsd.org/changeset/ports/473871

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Wed Jul  4 08:37:36 2018	(r473870)
+++ head/audio/lame/Makefile	Wed Jul  4 09:07:36 2018	(r473871)
@@ -9,6 +9,9 @@ MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME:tl}/3.100
 MAINTAINER=	netchild at FreeBSD.org
 COMMENT=	Fast MP3 encoder kit
 
+LICENSE=	LGPL20+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gmake iconv libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list