# -*- 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
# $Id: Portfile 115019 2013-12-22 09:29:46Z ryandesign@macports.org $

PortSystem 1.0

name                    qrencode
version                 3.4.3
revision                1
categories              graphics
maintainers             nomaintainer
license                 LGPL-2.1+
description             QR Code generation
long_description        Libqrencode is a C library for encoding data in a QR Code \
                        symbol, a kind of 2D symbology that can be scanned by handy \
                        terminals such as a mobile phone with CCD. The capacity of \
                        QR Code is up to 7000 digits or 4000 characters, and is highly robust.
homepage                http://fukuchi.org/works/qrencode/index.html.en
master_sites            http://fukuchi.org/works/qrencode/
platforms               darwin
use_bzip2               yes

checksums               sha1    a5056cf2fdc699ecf1d3c0cbea7b50993b0bf54e \
                        rmd160  5fe40fee6333d9ef8be35b86db5b26d99c0b7b77 \
                        sha256  dfd71487513c871bad485806bfd1fdb304dedc84d2b01a8fb8e0940b50597a98

depends_build           port:pkgconfig
depends_lib             port:libpng

test.run                yes
test.target             check

livecheck.type          regex
livecheck.regex         ${name}-(\[0-9.\]+)${extract.suffix}
