freebsd-ports/devel/nant/pkg-descr
Sunpoet Po-Chuan Hsieh 3652859034 - Update to 0.92
- Unbreak build with new Mono compiler model [1]
- Add LICENSE
- Use USES=gmake

Changes:	http://nant.sourceforge.net/release/0.92/releasenotes.html
Reference:	https://github.com/nant/nant/issues/91 [1]
Obtained from:	69c8ee9649 [1]
2013-08-27 14:54:32 +00:00

13 lines
444 B
Text

What is it?
-----------
NAnt is a .NET-based build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.
If you are not familiar with Jakarta Ant, you can get more information at the
Ant project web site (http://ant.apache.org/).
Why NAnt?
---------
Because Ant was too Java-specific.
Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime.
WWW: http://nant.sourceforge.net/