blob: 2a32cc6fa1eb484fbd795b8d7a095af8c89d326e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= picoc
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= lang devel
MAINTAINER= portmaster@bsdforge.com
COMMENT= Very small C interpreter for scripting
WWW= https://gitlab.com/zsaleeba/picoc
LICENSE= BSD3CLAUSE
USE_GITLAB= yes
GL_ACCOUNT= zsaleeba
GL_TAGNAME= dc85a51e9211cfb644f0a85ea9546e15dc1141c3
USES= cpe gmake readline sbrk
CPE_VENDOR= ${PORTNAME}_project
PLIST_FILES= bin/picoc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc
.include <bsd.port.mk>
|