1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/lang/lci/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
332 B
Makefile

PORTNAME= lci
PORTVERSION= 0.11.2
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= lang
MAINTAINER= ygy@FreeBSD.org
COMMENT= Original LOLCODE interpreter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= justinmeza
USES= cmake readline
CFLAGS+= ${CPPFLAGS}
PLIST_FILES= bin/lci
.include <bsd.port.mk>