freebsd-ports/devel/hs-void/Makefile
Gabor Pali 25440f8bee - Update to 0.5.5.1
Obtained from:	FreeBSD Haskell
2012-06-03 22:05:35 +00:00

20 lines
409 B
Makefile

# New ports collection makefile for: hs-void
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= void
PORTVERSION= 0.5.5.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell 98 logically uninhabited data type
LICENSE= BSD
USE_CABAL= semigroups>=0.8.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>