Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-ReadArgs/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= ReadArgs | PORTNAME= ReadArgs | ||||
| PORTVERSION= 1.2.3 | PORTVERSION= 1.2.3 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Simple command line argument parsing | COMMENT= Simple command line argument parsing | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= system-filepath>=0.4.7 text>=0.11.1.13 | USE_CABAL= system-filepath>=0.4.7 | ||||
| EXECUTABLE= ReadArgsEx | EXECUTABLE= ReadArgsEx | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||