mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
7b8f7ef5f5
Spotted by: koobs Approved by: koobs (mentor)
22 lines
323 B
Makefile
22 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lci
|
|
PORTVERSION= 0.11.2
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Original LOLCODE interpreter
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= justinmeza
|
|
GH_COMMIT= 2464d0c
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
|
|
USES= cmake
|
|
PLIST_FILES= bin/lci
|
|
|
|
.include <bsd.port.mk>
|