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 Net-Stomp 0.44 |
---|
8 | license perl |
---|
9 | platforms darwin |
---|
10 | maintainers di.uminho.pt:jpo openmaintainer |
---|
11 | |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description A Streaming Text Orientated Messaging Protocol Client |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums rmd160 01b0cf6b922a1ffccfecf15941a8f547e94b69af \ |
---|
19 | sha256 20bd71664c36ce8146c300d015908f04953c34fe4cf86dcee993644dfb6c59bf |
---|
20 | |
---|
21 | if {${perl5.major} != ""} { |
---|
22 | depends_lib-append port:p${perl5.major}-class-accessor |
---|
23 | } |
---|
24 | |
---|