# -*- 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

PortSystem          1.0
PortGroup           python 1.0
PortGroup           deprecated 1.0

name                py-scanf
version             1.0
revision            1
license             BSD
platforms           {darwin any} freebsd
supported_archs     noarch
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        macports_distfiles
checksums           md5 a617ca749a40c8f76dd98fc7b91a577d

python.versions     27

deprecated.upstream_support no
livecheck.type      none
