Ticket #565: Portfile

File Portfile, 1.1 KB (added by wmalik@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.16 2003/03/03 07:09:35 mij Exp $
2
3PortSystem 1.0
4name            nmap
5version         3.27
6categories      net
7maintainers     eric@opendarwin.org
8description     Port scanning utility for large networks
9long_description   \
10        Nmap is a utility for port scanning large networks, although it works \
11        fine for single hosts. The guiding philosophy for the creation of nmap \
12        was TMTOWTDI (There's More Than One Way To Do It). This is the Perl \
13        slogan, but it is equally applicable to scanners. Sometimes you need \
14        speed, other times you may need stealth. In some cases, bypassing \
15        firewalls may be required. Not to mention the fact that you may want \
16        to scan different protocols (UDP, TCP, ICMP, etc.). You just can't do \
17        all this with one scanning mode. And you don't want to have 10 \
18        different scanners around, all with different interfaces and \
19        capabilities.
20platforms       darwin freebsd
21master_sites    http://download.insecure.org/nmap/dist/ \
22                ftp://nuxi.ucdavis.edu/pub/misc/
23use_bzip2       yes
24checksums       md5 7dd965ee17397cb80775f226b0904010
25install.destroot prefix=${destroot}/${prefix}