2011-09-16 05:24:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:24:50 espie Exp $
|
2010-12-08 18:23:58 -05:00
|
|
|
|
|
|
|
COMMENT= class for types with a default value
|
|
|
|
|
|
|
|
DISTNAME= data-default-0.2
|
2011-09-16 05:24:48 -04:00
|
|
|
REVISION= 1
|
2010-12-08 18:23:58 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
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>
|