svn commit: r386331 - head/graphics/libexif

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 12:47:16 UTC 2015


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


More information about the svn-ports-all mailing list