# $Id: Portfile 58287 2009-09-25 04:36:11Z ryandesign@macports.org $

PortSystem              1.0

name                    wordpress
version                 2.8.4
categories              www
platforms               darwin freebsd
maintainers             nomaintainer
worksrcdir              ${name}

description             A state-of-the-art semantic personal publishing platform

long_description        WordPress is a state-of-the-art semantic personal publishing platform \
                        with a focus on aesthetics, web standards, and usability.

homepage                http://wordpress.org/
master_sites            ${homepage}

checksums               md5     0e8b296d4e2d4189b349f1d0f727bd98 \
                        sha1    af9a37283b25f26a3a3aa3a7c5db23222e18e0fc \
                        rmd160  ab449a9d20737d7fb032f6f1a247e16adba88fc4

depends_lib             port:php5-web \
                        port:php5-mysql

use_configure           no
build                   {}

destroot {
    file copy ${worksrcpath} ${destroot}${prefix}/www/${name}
}
