svn commit: r384048 - head/net/ntop
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 15 13:14:49 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list