# $Id: Portfile 52630 2009-06-20 02:44:20Z brett@macports.org $

PortSystem 1.0

name			qrencode
version			3.1.0
categories		graphics
maintainers		brett
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://megaui.net/fukuchi/works/qrencode/index.en.html
platforms		darwin
master_sites		http://megaui.net/fukuchi/works/qrencode/
checksums		sha1 15fab54f4336f7e0bf381dcc635546c07a71a1af
configure.args		--mandir=${prefix}/share/man


test.run		yes
test.target		verify
