mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
6dc2e22e2d
PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730
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= 5
|
|
CATEGORIES= lang haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Unlambda interpreter
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cabal
|
|
|
|
.include <bsd.port.mk>
|