Changeset View
Changeset View
Standalone View
Standalone View
lang/mosml/Makefile
| PORTNAME= mosml | PORTNAME= mosml | ||||
| PORTVERSION= 2.10.1 | PORTVERSION= 2.10.1 | ||||
| DISTVERSIONPREFIX= ver- | DISTVERSIONPREFIX= ver- | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= lang | CATEGORIES= lang | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Lightweight implementation of Standard ML | COMMENT= Lightweight implementation of Standard ML | ||||
| WWW= https://mosml.org/ | WWW= https://mosml.org/ | ||||
| # Converted from RESTRICTED | # Converted from RESTRICTED | ||||
| LICENSE= mosml | LICENSE= mosml | ||||
| LICENSE_NAME= mosml | LICENSE_NAME= mosml | ||||
| LICENSE_TEXT= Restrictions on for-profit distribution | LICENSE_TEXT= Restrictions on for-profit distribution | ||||
| LICENSE_PERMS= auto-accept | LICENSE_PERMS= auto-accept | ||||
| BROKEN_mips= does not configure: this architecture seems to be neither big endian nor little endian | |||||
| BROKEN_mips64= does not configure: this architecture seems to be neither big endian nor little endian | |||||
| BROKEN_powerpc64= does not configure: this architecture seems to be neither big endian nor little endian | BROKEN_powerpc64= does not configure: this architecture seems to be neither big endian nor little endian | ||||
| LIB_DEPENDS= libgmp.so:math/gmp \ | LIB_DEPENDS= libgmp.so:math/gmp \ | ||||
| libgdbm.so:databases/gdbm | libgdbm.so:databases/gdbm | ||||
| GH_ACCOUNT= kfl | GH_ACCOUNT= kfl | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| Show All 36 Lines | |||||