2010-09-03 14:40:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= picoc
|
2011-03-09 17:43:26 +01:00
|
|
|
PORTVERSION= 2.1
|
2019-04-09 16:04:49 +02:00
|
|
|
PORTREVISION= 2
|
2010-09-03 14:40:47 +02:00
|
|
|
CATEGORIES= lang devel
|
|
|
|
|
2017-04-30 22:37:56 +02:00
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
2010-09-03 14:40:47 +02:00
|
|
|
COMMENT= Very small C interpreter for scripting
|
|
|
|
|
2014-08-15 21:44:13 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2010-09-03 14:40:47 +02:00
|
|
|
|
2017-12-18 21:45:48 +01:00
|
|
|
BROKEN_aarch64= fails to link: missing sbrk
|
|
|
|
|
2017-04-30 22:37:56 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= zsaleeba
|
|
|
|
GH_TAGNAME= 4555e84
|
2016-09-14 17:59:34 +02:00
|
|
|
|
2017-04-30 22:37:56 +02:00
|
|
|
USES= gmake readline
|
2010-09-03 14:40:47 +02:00
|
|
|
|
2010-09-05 10:49:46 +02:00
|
|
|
PLIST_FILES= bin/picoc
|
2010-09-03 14:40:47 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-09-23 08:10:44 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc
|
2010-09-03 14:40:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|