opnsense-ports/devel/hs-optparse-applicative/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= optparse-applicative
PORTVERSION= 0.11.0.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Utilities and combinators for parsing command line options
LICENSE= BSD3CLAUSE
USE_CABAL= ansi-wl-pprint>=0.6 transformers-compat>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>