40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
27 lines
446 B
Makefile
27 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= picoc
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 2
|
|
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>
|