aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-optparse-applicative/Makefile
blob: 7fee9411808d586bb2793ce5c3c37bf8dc00fb56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   optparse-applicative
PORTVERSION=    0.5.2.1
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Utilities and combinators for parsing command line options

LICENSE=    BSD

USE_CABAL=  transformers>=0.2

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