Ticket #32275: p5-net-stomp-Portfile

File p5-net-stomp-Portfile, 724 bytes (added by jpo@…, 12 years ago)

p5-net-stomp Portfile

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