openbsd-ports/security/nessus/plugins/Makefile

16 lines
359 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2007/09/15 23:29:59 merdely Exp $
COMMENT= plugins for Nessus
DISTNAME= nessus-plugins-GPL-${V}
2007-04-03 09:55:22 -04:00
PKGNAME= ${DISTNAME:S/-GPL//}p0
WANTLIB= crypto hosts_gatherer m nessus pcap ssl util
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::security/nessus/core \
::security/hydra \
::security/nikto \
::net/nmap
.include <bsd.port.mk>