freebsd-ports/lang/picoc/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

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>