svn commit: r385731 - head/devel/jansson

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 06:32:13 UTC 2015


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


More information about the svn-ports-all mailing list