17 lines
340 B
Makefile
17 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= optparse-applicative
|
|
PORTVERSION= 0.5.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Utilities and combinators for parsing command line options
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= transformers>=0.2
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|