cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
25 lines
400 B
Makefile
25 lines
400 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
|
|
|
|
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>
|