mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
15 lines
327 B
Makefile
15 lines
327 B
Makefile
PORTNAME= tcbasic
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= linuxgeek@gmail.com
|
|
COMMENT= Small BASIC Interpreter written in C
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tcbasic man/man1/tcbasic.1.gz
|
|
|
|
.include <bsd.port.mk>
|