freebsd-ports/lang/hs-unlambda/Makefile

22 lines
461 B
Makefile
Raw Normal View History

# New ports collection makefile for: hs-unlambda
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= unlambda
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= lang haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Unlambda interpreter written in Haskell
CABAL_SETUP= Setup.hs
EXECUTABLE= unlambda
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>