freebsd-ports/devel/hs-hashable/Makefile
Gabor Pali 90a7ca140b - Update to 1.1.2.2
Obtained from:	FreeBSD Haskell
2012-02-13 04:31:56 +00:00

21 lines
428 B
Makefile

# New ports collection makefile for: hs-hashable
# Date created: July 17, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hashable
PORTVERSION= 1.1.2.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A class for types that can be converted to a hash value
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= text>=0.11.0.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>