1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/hs-MissingH/Makefile
2010-06-08 06:40:05 +00:00

20 lines
440 B
Makefile

# New ports collection makefile for: hs-MissingH
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= MissingH
PORTVERSION= 1.1.0.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Large Haskell utility library
CABAL_SETUP= Setup.hs
USE_HACKAGE= hslogger
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>