openbsd-ports/net/ndiff/Makefile

25 lines
510 B
Makefile

# $OpenBSD: Makefile,v 1.4 2002/06/09 05:31:54 wilfried Exp $
COMMENT= "compare two nmap scans and outputs the differences"
DISTNAME= NDiff-0.04
PKGNAME= ${DISTNAME:L}
CATEGORIES= net perl5
NEED_VERSION= 1.496
HOMEPAGE= http://www.vinecorp.com/ndiff/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Brian Caswell <bmc@openbsd.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>