mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
c4aebd467c
GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell
26 lines
508 B
Makefile
26 lines
508 B
Makefile
# New ports collection makefile for: hs-hscolour-docs
|
|
# Date created: February 22 2008
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hscolour
|
|
PORTVERSION= 1.19
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= print haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Documentation for HsColour
|
|
|
|
LICENSE= GPLv2
|
|
FILE_LICENSE= LICENCE-GPL
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
DOCUMENTATION= yes
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|