3960a170e9
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@
21 lines
430 B
Makefile
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>
|