aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-attoparsec-iso8601/Makefile
blob: bc6035096808888a5515e18b1e0d8b1a438566fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	attoparsec-iso8601
PORTVERSION=	1.0.0.0
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Parsing of ISO 8601 dates

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec base-compat text

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