svn commit: r384068 - head/security/suricata
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 15 19:12:19 UTC 2015
Author: amdmi3
Date: Wed Apr 15 19:12:18 2015
New Revision: 384068
URL: https://svnweb.freebsd.org/changeset/ports/384068
Log:
- Add CPE info
Approved by: portmgr blanket
Modified:
head/security/suricata/Makefile
Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile Wed Apr 15 18:46:50 2015 (r384067)
+++ head/security/suricata/Makefile Wed Apr 15 19:12:18 2015 (r384068)
@@ -17,11 +17,13 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve
libnet.so:${PORTSDIR}/net/libnet \
libyaml.so:${PORTSDIR}/textproc/libyaml
-USES= autoreconf gmake libtool pathfix pkgconfig
+USES= autoreconf cpe gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
+CPE_VENDOR= openinfosecfoundation
+
INSTALL_TARGET= install-strip
PATHFIX_MAKEFILEIN= Makefile.am
More information about the svn-ports-all
mailing list