1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name airpwn |
---|
7 | version 1.4 |
---|
8 | categories security net |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license GPL-2 |
---|
12 | |
---|
13 | homepage http://airpwn.sourceforge.net/ |
---|
14 | master_sites sourceforge |
---|
15 | |
---|
16 | extract.suffix .tgz |
---|
17 | |
---|
18 | checksums sha1 30df2f76cbbf35a9aa4053fa622f5249f2960e88 \ |
---|
19 | rmd160 4703b31cbf70b5d7fac4b921722c81fde5e29bc7 |
---|
20 | |
---|
21 | depends_lib port:libnet11 \ |
---|
22 | port:libpcap \ |
---|
23 | port:lorcon \ |
---|
24 | port:pcre |
---|
25 | |
---|
26 | depends_run port:openssl |
---|
27 | |
---|
28 | # lorcon is not universal |
---|
29 | universal_variant no |
---|