Ticket #50689: Portfile

File Portfile, 935 bytes (added by txm.fourier@…, 8 years ago)

Portfile

Line 
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# $Id$
3
4PortSystem          1.0
5
6name                apl
7svn.revision        710
8version             1.5-${svn.revision}
9fetch.type          svn
10categories          lang
11platforms           darwin
12maintainers         gmail.com:txm.fourier
13description         GNU APL
14long_description    GNU APL is a free APL interpreter. It (almost) fully implemented \
15                    ISO/IEC Standard 13751, aka. Programming Language APL, Extended
16homepage            https://www.gnu.org/software/apl/
17svn.url             http://svn.savannah.gnu.org/svn/apl/trunk
18svn.method          checkout
19worksrcdir          trunk
20patchfiles          patch-src-buildtag.diff
21depends_build       port:libtool port:automake port:autoconf port:gawk
22license             GPL-3+
23universal_variant   no
24platforms           darwin
25
26