aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-safe/Makefile
blob: e7c89e1d18296772c423e80ab2b7c2eb089ed77c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=   safe
PORTVERSION=    0.3.3
PORTREVISION=   8
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Library for safe (pattern match free) functions

LICENSE=    BSD

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>