freebsd-ports/devel/hs-primitive/Makefile

18 lines
391 B
Makefile

# New ports collection makefile for: hs-primitive
# Date created: June 5, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= primitive
PORTVERSION= 0.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Wrappers for primitive operations
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>