diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-01-25 11:27:06 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-01-25 11:27:06 +0000 |
commit | 806b558bbb98884f0f00d6210363a130b5da2cc1 (patch) | |
tree | 448fe263fcbb8766d27a8666d76229abfc8a9f1e /lang/lci/Makefile | |
parent | e7fdee699f6b2c97921f6ac391b5d095ed4559d7 (diff) |
Notes
Diffstat (limited to 'lang/lci/Makefile')
-rw-r--r-- | lang/lci/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/lci/Makefile b/lang/lci/Makefile new file mode 100644 index 000000000000..b144d3422194 --- /dev/null +++ b/lang/lci/Makefile @@ -0,0 +1,21 @@ +# $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= v0.11.2 + +USES= cmake +PLIST_FILES= bin/lci + +.include <bsd.port.mk> |