forked from Lainports/opnsense-ports
17 lines
326 B
Makefile
17 lines
326 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ReadArgs
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Simple command line argument parsing
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= system-filepath>=0.4.7 text>=0.11.1.13
|
|
|
|
EXECUTABLE= ReadArgsEx
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|