blob: 3eba31ceb14a6e5efccb9c76d7939d423bc31c05 (
plain) (
blame)
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-haskell-src-exts
# Date created: December 30 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= haskell-src-exts
PORTVERSION= 1.5.3
CATEGORIES= devel haskell
MAINTAINER= jacula@gmail.com
COMMENT= Manipulating Haskell source
CABAL_SETUP= Setup.hs
USE_HAPPY= yes
USE_HACKAGE= cpphs>=1.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|