diff --git a/net/ipcalc/Portfile b/net/ipcalc/Portfile
index 349f211..66065d4 100644
a
|
b
|
|
1 | 1 | # $Id$ |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
| 4 | PortGroup perl5 1.0 |
4 | 5 | |
5 | 6 | name ipcalc |
6 | 7 | version 0.41 |
| 8 | revision 1 |
7 | 9 | categories net |
8 | 10 | license GPL-2+ |
9 | 11 | platforms darwin |
10 | | maintainers nomaintainer |
11 | 12 | supported_archs noarch |
| 13 | maintainers gmail.com:xeron.oskom openmaintainer |
12 | 14 | |
13 | 15 | description calculates various network masks etc. from given ip-address |
14 | 16 | long_description ipcalc takes an IP address and netmask and calculates the \ |
… |
… |
long_description ipcalc takes an IP address and netmask and calculates the \ |
19 | 21 | |
20 | 22 | homepage http://jodies.de/ipcalc/ |
21 | 23 | master_sites http://jodies.de/ipcalc-archive/ |
22 | | checksums md5 fb791e9a5220fc8e624d915e18fc4697 \ |
23 | | sha1 b75b498f2fa5ecfa30707a51da63c6a5775829f3 \ |
24 | | rmd160 aaa21c1804d7498e2604c907a336c20dc9b4511d |
25 | 24 | |
26 | | depends_run path:bin/perl:perl5 |
| 25 | checksums rmd160 aaa21c1804d7498e2604c907a336c20dc9b4511d \ |
| 26 | sha256 dda9c571ce3369e5b6b06e92790434b54bec1f2b03f1c9df054c0988aa4e2e8a |
| 27 | |
| 28 | perl5.branches 5.24 |
| 29 | |
| 30 | depends_lib port:perl${perl5.major} |
27 | 31 | |
28 | 32 | configure { |
29 | 33 | reinplace "s|/usr/bin/perl -w|${prefix}/bin/perl -w|g" ${worksrcpath}/ipcalc |