Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 09:08:04 +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: r388508 - head/graphics/exiv2
Message-ID:  <201506040908.t54984DJ041593@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  4 09:08:04 2015
New Revision: 388508
URL: https://svnweb.freebsd.org/changeset/ports/388508

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

Modified:
  head/graphics/exiv2/Makefile

Modified: head/graphics/exiv2/Makefile
==============================================================================
--- head/graphics/exiv2/Makefile	Thu Jun  4 09:07:37 2015	(r388507)
+++ head/graphics/exiv2/Makefile	Thu Jun  4 09:08:04 2015	(r388508)
@@ -12,11 +12,12 @@ MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Exif, IPTC, and XMP metadata manipulation library and tools
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake iconv libtool
+USES=		cpe gettext gmake iconv libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes
 



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