mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
0ec0945174
Approved by: portmgr (tier-2 blanket)
27 lines
446 B
Makefile
27 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= picoc
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang devel
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Very small C interpreter for scripting
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BROKEN_aarch64= 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>
|