Ticket #43016: Portfile

File Portfile, 778 bytes (added by jul_bsd@…, 10 years ago)
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.branches      5.8 5.10 5.12 5.14 5.16 5.18
8perl5.setup         Compress-Snappy 0.23
9revision            0
10license             {Artistic-1 GPL}
11maintainers         nomaintainer
12description         Perl interface to Google's Snappy (de)compressor
13long_description    ${description}
14
15platforms           darwin
16
17checksums           rmd160  5990ae1e6b2a59b21dda1840fdc473034c08e388 \
18                    sha256  9c4280009001902966393372d06a657b0d239291791cdedd9a284a847fee2270
19
20if {${perl5.major} != ""} {
21    depends_lib         port:snappy port:p${perl5.major}-devel-checklib
22}
23