blob: bba5348cc75af015a1c37897ef7f395ae02ea1c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: hs-ghc-paths-docs
# Date created: July 09 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
PORTNAME= ghc-paths
PORTVERSION= 0.1.0.5
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Documentation for ghc-paths
CABAL_SETUP= Setup.hs
DOCUMENTATION= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|