# -*- 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
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem		    1.0

name                suhosin
version             0.9.27
revision            1
categories          security www
maintainers         snc openmaintainer
description         stub package: please use php5-suhosin instead.
homepage            http://www.hardened-php.net/suhosin/
long_description    ${description}

platforms           darwin freebsd
depends_build       port:php5-suhosin

master_sites        http://download.suhosin.org/
distfiles

use_configure       no

build {}

destroot {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}

livecheck.type      none
