fcf114f0bf
Submitted by Brian Caswell <bmc@mitre.org>. ndiff compares two nmap scans and outputs the differences. It allows monitoring of your network(s) for interesting changes in port states and visible hosts.
23 lines
444 B
Makefile
23 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/17 02:24:23 naddy Exp $
|
|
|
|
DISTNAME= NDiff-0.04
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.351
|
|
|
|
HOMEPAGE= http://www.vinecorp.com/ndiff/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Brian Caswell <bmc@mitre.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= nmap::net/nmap
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|