mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
02f6020b82
Grails aims to bring the "coding by convention" paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. PR: ports/121588 Submitted by: Mitchell Smith <mjs at bur.st>
6 lines
169 B
Sed
6 lines
169 B
Sed
# $FreeBSD$
|
|
14i\
|
|
: ${GRAILS_HOME="%%DATADIR%%"}
|
|
14i\
|
|
[ -z "${JAVA_HOME}" ] && JAVA_HOME="`env JAVAVM_DRYRUN=yes %%LOCALBASE%%/bin/java | grep '^JAVA_HOME' | cut -c11-`"
|