0e32330f15
Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking)
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= 9
|
|
CATEGORIES= lang haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Unlambda interpreter
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cabal
|
|
|
|
.include <bsd.port.mk>
|