852f6d502f
* bumped NEED_VERSION * updated my address ok obecian@
25 lines
503 B
Makefile
25 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/04/12 15:59:16 bmc Exp $
|
|
|
|
COMMENT= "compare two nmap scans and outputs the differences"
|
|
|
|
DISTNAME= NDiff-0.04
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.394
|
|
|
|
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>
|