6b7215ed56
Replace various BROKEN entries for missing sbrk on aarch64 and risc64 with USES=sbrk. Fix a few missing entries (generally ports blocked by other dependences). Approved by: portmgr (mat in D47258 comment) Differential Revision: https://reviews.freebsd.org/D47259
25 lines
501 B
Makefile
25 lines
501 B
Makefile
PORTNAME= picoc
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= lang devel
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Very small C interpreter for scripting
|
|
WWW= https://gitlab.com/zsaleeba/picoc
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= zsaleeba
|
|
GL_TAGNAME= dc85a51e9211cfb644f0a85ea9546e15dc1141c3
|
|
|
|
USES= cpe gmake readline sbrk
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
|
|
PLIST_FILES= bin/picoc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc
|
|
|
|
.include <bsd.port.mk>
|