opnsense-ports/devel/hs-BoundedChan/Makefile

16 lines
298 B
Makefile

# Created by: martin@sugioarto.com
# $FreeBSD$
PORTNAME= BoundedChan
PORTVERSION= 1.0.3.0
PORTREVISION= 4
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Channels with bounded sizes
LICENSE= BSD3CLAUSE
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>