Commits
idleberg authored and Perry E. Metzger committed bde09116f50
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name nsis |
6 6 | version 3.03 |
7 7 | set major [lindex [split ${version} .] 0] |
8 - | revision 1 |
9 8 | categories devel |
10 9 | license zlib CPL-1 MIT |
11 10 | platforms darwin |
12 11 | maintainers nomaintainer |
13 12 | |
14 13 | description NSIS is a tool for creating win32 installers. |
15 14 | long_description NSIS (Nullsoft Scriptable Install System) is a tool \ |
16 15 | that allows programmers to create software installers \ |
17 16 | for Windows. It is released under an open source \ |
18 17 | license and is completely free for any use. |