freebsd-ports/devel/hs-MissingH/Makefile

18 lines
403 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= MissingH
PORTVERSION= 1.2.0.0
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Large Haskell utility library
LICENSE= BSD
USE_CABAL= hslogger HUnit mtl network parsec random regex-compat
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>