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

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>