# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-scanf
version			1.0
revision		1
categories		python
platforms		freebsd darwin
maintainers		nomaintainer
description		formatted input from standard input similar to scanf from C
long_description	scanf provides formatted input from standard input, \
					strings, or files, using a format-string syntax that is \
					similar to scanf() from C. The syntax should be familiar \
					to C programmers, and offers very simple pattern matching \
					against strings and files.

homepage		http://hkn.eecs.berkeley.edu/~dyoo/python/scanf/
master_sites	${homepage}
distname		scanf-${version}
checksums		md5 a617ca749a40c8f76dd98fc7b91a577d
