svn commit: r384049 - head/net/ntopng

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 15 13:15:41 UTC 2015


Author: amdmi3
Date: Wed Apr 15 13:15:40 2015
New Revision: 384049
URL: https://svnweb.freebsd.org/changeset/ports/384049

Log:
  - Add LICENSE_FILE
  - Add CPE info

Modified:
  head/net/ntopng/Makefile

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Wed Apr 15 13:14:48 2015	(r384048)
+++ head/net/ntopng/Makefile	Wed Apr 15 13:15:40 2015	(r384049)
@@ -11,6 +11,7 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Network monitoring tool with command line and web interfaces
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		Fails to link
 
@@ -23,9 +24,11 @@ USE_AUTOTOOLS=	autoheader aclocal libtoo
 USE_SQLITE=	yes
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USES=	 	gmake libtool pathfix pkgconfig tar:tgz
+USES=	 	cpe gmake libtool pathfix pkgconfig tar:tgz
 SUB_FILES=	ntopng-geoipupdate.sh
 
+CPE_VENDOR=	ntop
+
 OPTIONS_DEFINE=	GEOIP NLS
 OPTIONS_DEFAULT=	GEOIP
 GEOIP_BUILD_DEPENDS=	geoiplookup:${PORTSDIR}/net/GeoIP


More information about the svn-ports-all mailing list