freebsd-ports/devel/hs-void/Makefile
Gabor Pali 1b4d4b7494 - Update to 0.5.6
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:02:01 +00:00

20 lines
407 B
Makefile

# New ports collection makefile for: hs-void
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= void
PORTVERSION= 0.5.6
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>