openbsd-ports/devel/hs-convertible/Makefile
dcoppa 3960a170e9 Import hs-convertible, a typeclass for converting between different
types. It's also used by databases/hs-HDBC for handling marshalling 
of data to and from databases.

Not yet wired to the build.

OK kili@
2010-04-14 06:24:34 +00:00

21 lines
430 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/04/14 06:24:34 dcoppa Exp $
COMMENT = library to convert between different types
DISTNAME = convertible-1.0.9
CATEGORIES = devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>