19 lines
353 B
Makefile
19 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:08 espie Exp $
|
|
|
|
COMMENT = interface to the GNU readline library
|
|
|
|
DISTNAME = readline-1.0.1.0
|
|
REVISION = 9
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|