# $Id: Portfile 75918 2011-02-13 00:25:40Z blair@macports.org $

PortSystem 1.0

name                    spring-framework3
version                 3.0.5
revision                2

categories              java
maintainers             blair
platforms               darwin
replaced_by             spring-framework30
distfiles

description             Spring application framework for Java
long_description        Spring is a layered Java/J2EE application framework.
homepage                http://www.springsource.org/about

pre-configure {
        ui_error "Please use one of the numbered spring-framework3* ports instead."
        return -code error "obsolete port"
}

livecheck.type  none
