Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 06:32:12 +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: r385731 - head/devel/jansson
Message-ID:  <201505080632.t486WCrf059229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May  8 06:32:12 2015
New Revision: 385731
URL: https://svnweb.freebsd.org/changeset/ports/385731

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

Modified:
  head/devel/jansson/Makefile

Modified: head/devel/jansson/Makefile
==============================================================================
--- head/devel/jansson/Makefile	Fri May  8 06:29:26 2015	(r385730)
+++ head/devel/jansson/Makefile	Fri May  8 06:32:12 2015	(r385731)
@@ -11,9 +11,11 @@ MAINTAINER=	vanilla@FreeBSD.org
 COMMENT=	C library for encoding, decoding, and manipulating JSON data
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		pathfix pkgconfig gmake tar:bzip2 libtool
+USES=		cpe pathfix pkgconfig gmake tar:bzip2 libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CPE_VENDOR=	jansson_project
 
 .include <bsd.port.mk>



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