[Midnightbsd-cvs] mports [19663] trunk/devel/jansson/Makefile: add license and cpe vendor

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 2 10:18:10 EDT 2015


Revision: 19663
          http://svnweb.midnightbsd.org/mports/?rev=19663
Author:   laffer1
Date:     2015-08-02 10:18:09 -0400 (Sun, 02 Aug 2015)
Log Message:
-----------
add license and cpe vendor

Modified Paths:
--------------
    trunk/devel/jansson/Makefile

Modified: trunk/devel/jansson/Makefile
===================================================================
--- trunk/devel/jansson/Makefile	2015-08-01 19:21:21 UTC (rev 19662)
+++ trunk/devel/jansson/Makefile	2015-08-02 14:18:09 UTC (rev 19663)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jansson
 PORTVERSION=	2.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.digip.org/jansson/releases/
 
@@ -9,9 +10,11 @@
 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 Midnightbsd-cvs mailing list