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