svn commit: r388508 - head/graphics/exiv2

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 09:08:05 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list