freebsd-ports/devel/hs-convertible/Makefile
Ashish SHUKLA 0eefd61047 - Update to 1.0.10.0
Obtained from:	FreeBSD Haskell
2011-07-10 01:36:51 +00:00

21 lines
503 B
Makefile

# New ports collection makefile for: hs-convertible
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= convertible
PORTVERSION= 1.0.10.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell type classes and instances for converting between types
LICENSE= LGPL21
FILE_LICENSE= COPYRIGHT
USE_CABAL= mtl text>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>