svn commit: r386086 - head/www/micro_httpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 11 14:40:04 UTC 2015


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


More information about the svn-ports-all mailing list