1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/nant/pkg-descr
Sunpoet Po-Chuan Hsieh 5a1db6d6a3 - Change EXAMPLESDIR: unified with other DIRs
- Convert to options target helper
- Add GitHub repository to WWW
- Bump PORTREVISION for package change
2016-12-26 16:43:27 +00:00

15 lines
478 B
Plaintext

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/
WWW: https://github.com/nant/nant