aboutsummaryrefslogtreecommitdiffstats
path: root/mail/hs-mime-mail/Makefile
blob: 149370ce0fe6f6cfbf9069632d95fd99d3f6b5cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   mime-mail
PORTVERSION=    0.4.1.2
PORTREVISION=   2
CATEGORIES= mail haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Compose MIME email messages

LICENSE=    BSD

USE_CABAL=  base64-bytestring>=0.1 blaze-builder>=0.2.1 random>=1.0 \
        text>=0.7

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