# $Id: Portfile,v 1.1 2004/09/03 00:00:53 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name			py-scanf
version			1.0
categories		python
platforms		freebsd darwin
maintainers		mww@opendarwin.org
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
