diff options
author | eadler <eadler@FreeBSD.org> | 2011-09-20 09:24:41 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-09-20 09:24:41 +0800 |
commit | d72f8be2ce5a6a933f9df23f7c21aa94dc38a45b (patch) | |
tree | aefa143f01359a39bb28155c0c8ab877d02b358d /www/Makefile | |
parent | e7feec36ec94582506f040d0dff7d72a9503cf97 (diff) | |
download | freebsd-ports-gnome-d72f8be2ce5a6a933f9df23f7c21aa94dc38a45b.tar.gz freebsd-ports-gnome-d72f8be2ce5a6a933f9df23f7c21aa94dc38a45b.tar.zst freebsd-ports-gnome-d72f8be2ce5a6a933f9df23f7c21aa94dc38a45b.zip |
Apache Axis2 is a Web Services / SOAP / WSDL engine, the successor to the
widely used Apache Axis SOAP stack. There are two implementations of the Apache
Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
WWW: http://axis.apache.org/axis2/java/core/
PR: ports/159269
Reviewed by: glewis
Submitted by: Jason Helfman <jhelfman@e-e.com>
Approved by: bapt (mentor)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b0dc38602453..b419864d5ab1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -53,6 +53,7 @@ SUBDIR += aws SUBDIR += awstats SUBDIR += axis + SUBDIR += axis2 SUBDIR += b2evolution SUBDIR += bacula-web SUBDIR += bannerfilter |