blob: a7702d76e55e1088ca9211b3171faa2fd8725361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=configure
DEPEND=curl? ( net-misc/curl ) gsl? ( sci-libs/gsl:= ) mpfr? ( dev-libs/mpfr:= ) plotutils? ( media-libs/plotutils ) postgres? ( dev-db/postgresql:* ) readline? ( sys-libs/readline:= )
DESCRIPTION=Algol 68 Genie compiler-interpreter
EAPI=8
HOMEPAGE=https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
IUSE=+curl +gsl +mpfr +ncurses plotutils postgres +readline
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3+
RDEPEND=curl? ( net-misc/curl ) gsl? ( sci-libs/gsl:= ) mpfr? ( dev-libs/mpfr:= ) plotutils? ( media-libs/plotutils ) postgres? ( dev-db/postgresql:* ) readline? ( sys-libs/readline:= )
SLOT=0
SRC_URI=https://jmvdveer.home.xs4all.nl/algol68g-3.5.14.tar.gz
_md5_=6ae67739451ca5a5dec8e245e83a966a
|