blob: 0201f4da5be3212f047bb36d22d6fc0056aa041e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: hs-haskell-src-exts
# Date created: December 30 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= haskell-src-exts
PORTVERSION= 1.11.1
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Manipulating Haskell source
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_HAPPY= yes
USE_CABAL= cpphs>=1.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|