1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/lang/lci/Makefile
Johannes Jost Meixner 7b8f7ef5f5 Replace spaces with tab.
Spotted by:	koobs
Approved by:	koobs (mentor)
2015-01-25 12:42:27 +00:00

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>