aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-ReadArgs/Makefile
blob: 5b8683eab20830b5f3fa84902f7aa3235b715ea4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   ReadArgs
PORTVERSION=    1.2.1
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Simple command line argument parsing

LICENSE=    BSD

USE_CABAL=  system-filepath>=0.4.7 text>=0.11.1.13

EXECUTABLE= ReadArgsEx

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>