Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 14:40:03 +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: r386086 - head/www/micro_httpd
Message-ID:  <201505111440.t4BEe3iV091768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 11 14:40:03 2015
New Revision: 386086
URL: https://svnweb.freebsd.org/changeset/ports/386086

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

Modified:
  head/www/micro_httpd/Makefile

Modified: head/www/micro_httpd/Makefile
==============================================================================
--- head/www/micro_httpd/Makefile	Mon May 11 14:24:21 2015	(r386085)
+++ head/www/micro_httpd/Makefile	Mon May 11 14:40:03 2015	(r386086)
@@ -10,6 +10,11 @@ DISTNAME=	${PORTNAME}_14Aug2014
 MAINTAINER=	user@unknown.nu
 COMMENT=	Extremely small web server
 
+LICENSE=	BSD2CLAUSE
+
+USES=		cpe
+CPE_VENDOR=	acme
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	sbin/micro_httpd man/man8/micro_httpd.8.gz
 



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