openbsd-ports/devel/hscolour/Makefile

22 lines
454 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 10:50:08 espie Exp $
COMMENT = Haskell code colourizer
DISTNAME = hscolour-1.19
2010-04-22 17:56:41 -04:00
# Rip off the hs- prefix, even if it contains a Haskell library.
2010-07-17 09:56:14 -04:00
PKGNAME = ${DISTNAME}
2013-01-20 12:56:05 -05:00
REVISION= 3
CATEGORIES = devel
HOMEPAGE = http://code.haskell.org/~malcolm/hscolour/
# GPL2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m
2010-04-22 17:56:41 -04:00
MODULES = lang/ghc converters/libiconv
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>