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 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup POE 1.354 |
---|
8 | #perl5.setup POE 1.354 ../by-authors/id/R/RC/RCAPUTO |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | # Uncomment this line if you know there will be no arch-specific code: |
---|
12 | #supported_archs noarch |
---|
13 | |
---|
14 | description Networking and messaging for any event loop. |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums sha256 a5efd9140f3222333683dd7ac263dafbf7a7529d81ec917b1ba8c947ca44ce97 \ |
---|
19 | rmd160 488c2d1a94bf4e367fc401e9ef6422f056a74217 |
---|
20 | |
---|
21 | depends_lib-append port:p5-poe-test-loops \ |
---|
22 | port:p5-io-tty |
---|
23 | depends_build-append port:p5-poe-test-loops |
---|
24 | |
---|