Ticket #19978: Portfile

File Portfile, 685 bytes (added by joseph@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    qrencode
6version                 3.1.0
7categories              graphics
8maintainers             brett
9description             QR Code generation
10long_description        Libqrencode is a C library for encoding data in a QR Code \
11                        symbol, a kind of 2D symbology that can be scanned by handy \
12                        terminals such as a mobile phone with CCD. The capacity of \
13                        QR Code is up to 7000 digits or 4000 characters, and is highly robust.
14homepage                http://megaui.net/fukuchi/works/qrencode/index.en.html
15platforms               darwin
16master_sites            http://megaui.net/fukuchi/works/qrencode/
17checksums               sha1 15fab54f4336f7e0bf381dcc635546c07a71a1af
18configure.args          --mandir=${prefix}/share/man
19
20
21test.run                yes
22test.target             verify