mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
69cc7fa55d
from Renato Aguiar + update maintainer info, ok maintainer
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# QBE archs only, maybe?
|
|
ONLY_FOR_ARCHS = amd64 arm64 riscv64
|
|
|
|
COMMENT ?= simple, stable, and robust systems programming language
|
|
CATEGORIES ?= lang devel
|
|
|
|
HOMEPAGE ?= https://harelang.org/
|
|
MAINTAINER ?= pasta <pasta@pastatech.eu>
|
|
V ?= 0.26.0
|
|
|
|
# Compiler: GPLv3 only
|
|
# Runtime: MPL 2.0
|
|
PERMIT_PACKAGE ?= Yes
|
|
|
|
SITES ?= https://git.sr.ht/~sircmpwn/
|
|
|
|
DEBUG_PACKAGES ?= ${BUILD_PACKAGES}
|