Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-echo/Makefile
- This file was copied from devel/hs-List/Makefile.
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= List | PORTNAME= echo | ||||
| PORTVERSION= 0.6.0 | PORTVERSION= 0.1.3 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= List monad transformer and class | COMMENT= Cross-platform and cross-console library to handle echoing terminal input | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||