Commits
John Patrick authored and Chris Jones committed 64b11d7491d
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name appengine-java-sdk |
6 6 | version 1.6.5 |
7 7 | categories java devel |
8 - | maintainers gmail.com:nhoj.patrick 2moro.com.au:dmunneke openmaintainer |
8 + | maintainers 2moro.com.au:dmunneke openmaintainer |
9 9 | platforms darwin |
10 10 | supported_archs noarch |
11 11 | |
12 12 | description Google App Engine SDK for Java |
13 13 | |
14 14 | long_description With App Engine, you can build web applications using \ |
15 15 | standard Java technologies and run them on Google's \ |
16 16 | scalable infrastructure. The Java environment \ |
17 17 | provides a Java 6 JVM, a Java Servlets interface, and \ |
18 18 | support for standard interfaces to the App Engine \ |