Commits
David B. Evans authored 49de5817e10
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | github.setup jpoliv wakeonlan 0.41 wakeonlan- |
8 - | revision 4 |
8 + | revision 5 |
9 9 | categories net |
10 10 | platforms darwin freebsd |
11 11 | license Artistic-1 |
12 12 | supported_archs noarch |
13 13 | maintainers nomaintainer |
14 14 | |
15 15 | description wakeonlan sends magic packets for network-devices to wake up |
16 16 | long_description Wakeonlan is a Perl script that sends 'magic packets' \ |
17 17 | to wake-on-LAN enabled ethernet adapters and \ |
18 18 | motherboards, in order to switch on remote computers. |
19 19 | |
20 20 | checksums rmd160 ddbc2af097bb46bd8afd2c37007c5ed5291ee0e7 \ |
21 21 | sha256 581b1b27a7e810ab72668cce4bd9aa9b3e0cea34b2db24dd1a44c09d63ddda98 \ |
22 22 | size 6028 |
23 23 | |
24 - | perl5.branches 5.26 |
24 + | perl5.branches 5.28 |
25 25 | |
26 26 | depends_lib port:perl${perl5.major} |
27 27 | |
28 28 | installs_libs no |
29 29 | |
30 30 | patch { |
31 31 | reinplace -locale C "s|/usr/bin/perl -w|${perl5.bin} -w|g" ${worksrcpath}/wakeonlan |
32 32 | } |
33 33 | |
34 34 | configure { |