Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-hslua/Makefile
- This file was copied to devel/hs-base-compat-batteries/Makefile, devel/hs-hslua-module-text/Makefile.
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= hslua | PORTNAME= hslua | ||||
| PORTVERSION= 0.5.0 | PORTVERSION= 0.9.5.1 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Lua language interpreter embedding in Haskell | COMMENT= Lua language interpreter embedding in Haskell | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= exceptions | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||