22 lines
444 B
Makefile
22 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:24:50 espie Exp $
|
|
|
|
COMMENT= class for types with a default value
|
|
|
|
DISTNAME= data-default-0.2
|
|
REVISION= 1
|
|
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>
|