Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 12:47:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386331 - head/graphics/libexif
Message-ID:  <201505141247.t4EClFQs006228@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 14 12:47:15 2015
New Revision: 386331
URL: https://svnweb.freebsd.org/changeset/ports/386331

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

Modified:
  head/graphics/libexif/Makefile

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Thu May 14 12:13:17 2015	(r386330)
+++ head/graphics/libexif/Makefile	Thu May 14 12:47:15 2015	(r386331)
@@ -11,10 +11,12 @@ MAINTAINER=	marius@nuenneri.ch
 COMMENT=	Library to read digital camera file meta-data
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	DOCS NLS
 
-USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USES=		cpe gmake libtool pathfix pkgconfig tar:bzip2
+CPE_VENDOR=	curtis_galloway
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505141247.t4EClFQs006228>