Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2015 13:14:49 +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: r384048 - head/net/ntop
Message-ID:  <201504151314.t3FDEnfG067223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 15 13:14:48 2015
New Revision: 384048
URL: https://svnweb.freebsd.org/changeset/ports/384048

Log:
  - Add LICENSE_FILE
  - Add CPE info

Modified:
  head/net/ntop/Makefile

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Wed Apr 15 13:13:59 2015	(r384047)
+++ head/net/ntop/Makefile	Wed Apr 15 13:14:48 2015	(r384048)
@@ -11,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Network monitoring tool with command line and web interfaces
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm \
 		libevent.so:${PORTSDIR}/devel/libevent2
@@ -22,7 +23,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 
 DBDIR?=		/var/db
 
-USES=		autoreconf:build gmake libtool python
+USES=		autoreconf:build cpe gmake libtool python
 USE_GNOME=	libxml2
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes



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