# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 77296 2011-03-26 15:40:01Z mnick@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-scikits-module
version             0.1
maintainers         mnick

description         provides the files common to all scikits
long_description    ${description}

platforms           darwin

homepage            http://scikits.appspot.com

# Nothing to see here, move along
distfiles
build {}

destroot {
    set scikits_dir ${destroot}${python.pkgd}/scikits
    file mkdir ${scikits_dir}
    file copy ${portpath}/${filesdir}/__init__.py ${scikits_dir}
}

livecheck.type      none
