1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# $FreeBSD$ PORTNAME= ReadArgs PORTVERSION= 1.2.1 PORTREVISION= 5 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 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk>