svn commit: r386597 - head/audio/opus

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 11:01:15 UTC 2015


Author: amdmi3
Date: Sun May 17 11:01:14 2015
New Revision: 386597
URL: https://svnweb.freebsd.org/changeset/ports/386597

Log:
  - Add CPE info
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/audio/opus/Makefile

Modified: head/audio/opus/Makefile
==============================================================================
--- head/audio/opus/Makefile	Sun May 17 10:35:05 2015	(r386596)
+++ head/audio/opus/Makefile	Sun May 17 11:01:14 2015	(r386597)
@@ -10,7 +10,11 @@ MASTER_SITES=	http://downloads.xiph.org/
 MAINTAINER=	naddy at FreeBSD.org
 COMMENT=	IETF audio codec
 
-USES=		gmake libtool pathfix
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		cpe gmake libtool pathfix
+CPE_VENDOR=	opus-codec
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list