mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
432 B
Makefile
25 lines
432 B
Makefile
PORTNAME= picoc
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= lang devel
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Very small C interpreter for scripting
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BROKEN_riscv64= Fails to link: missing sbrk
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zsaleeba
|
|
GH_TAGNAME= 4555e84
|
|
|
|
USES= gmake readline
|
|
|
|
PLIST_FILES= bin/picoc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc
|
|
|
|
.include <bsd.port.mk>
|