Ticket #49656: Portfile

File Portfile, 745 bytes (added by macports@…, 9 years ago)

portfile in-progress

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                pash
6version             20151110_0
7categories          shells mono
8platforms           darwin
9license             BSD, GPL
10maintainers         nomaintainer
11description         PowerShell reimplementation
12long_description    Pash is an Open Source reimplementation of Windows PowerShell, for Mono.
13homepage            http://pash-project.github.io
14master_sites       
15
16checksums           rmd160  fa839a99fa0d55ccac3f9654827ee08410c7824e \
17                    sha256  209d70efe6d2ecae23173781301626044491ba78e51bb76cd4fd0d82c5c34a2d
18
19use_xz              yes
20
21depends_lib         port:mono
22
23# mono is not universal
24universal_variant   no
25
26use_configure       no
27
28build.cmd           xbuild
29
30