A programming language should be writable and readable by orang-utans. So Ook! is a programming language designed for orang-utans. Ook! is bijective with BrainFuck, and thus, Turing-complete.
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/07/13 08:58:35 pascal Exp $
|
|
|
|
COMMENT = programming language designed for orang-utans
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Language-Ook-1.0.2
|
|
CATEGORIES = lang
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
HOMEPAGE = http://www.dangermouse.net/esoteric/ook.html
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|