mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
9b79b0b5b2
PR: 238719 Approved by: tcberner (mentor, implicit)
17 lines
279 B
Makefile
17 lines
279 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unlambda
|
|
PORTVERSION= 0.1.4.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= lang haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Unlambda interpreter
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cabal
|
|
|
|
.include <bsd.port.mk>
|