openbsd-ports/devel/swig/pkg/DESCR
jasper a994dcdb07 - set license marker
- remove double '=' in CONFIGURE_ARGS
- remove multi packages left overs, this ports hasn't been multipackaged in 5 years.
- set MODPY_RUNDEP=No accordingly.
- reset maintainer per kevlo's request

ok kevlo@
2011-06-09 07:34:33 +00:00

17 lines
409 B
Plaintext

SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Guile
- Java
- Mzscheme
- PHP
- Perl
- Python
- Ruby
- Tcl
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.