forked from Lainports/opnsense-ports
16 lines
291 B
Makefile
16 lines
291 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hslua
|
|
PORTVERSION= 0.9.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Lua language interpreter embedding in Haskell
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= exceptions
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|