diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-07-28 19:45:46 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-07-28 19:45:46 +0000 |
commit | d7d817c849218335f30da21928cdf94c1f743ebc (patch) | |
tree | b5c9aed68a006056735021083e15e65cc1d5d31c /devel/Makefile | |
parent | * Updated to Axis 1.1; (diff) |
A library for creating, reading and manipulating Web Service Definition
Language (WSDL) files using Python. Requires PyXML and 4Suite.
(Fixes to unbreak the 4Suite port were recently sent to maintainer and
will be committed shortly.)
Notes
Notes:
svn path=/head/; revision=85786
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3a1ba9383d85..86bb12c1ebbc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -852,6 +852,7 @@ SUBDIR += py-ui SUBDIR += py-unit SUBDIR += py-vmaps + SUBDIR += py-wsdllib SUBDIR += py-xoltar-toolkit SUBDIR += py-yaml SUBDIR += py_otp_interface |