freebsd-ports/devel/hs-cabal-install/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

26 lines
510 B
Makefile

# New ports collection makefile for: hs-cabal-install
# Date created: 2010-08-17
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cabal-install
PORTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= The command-line interface for Cabal and Hackage
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= network>=1 random>=1 HTTP>=4000.0.2 zlib>=0.4
STANDALONE= yes
EXECUTABLE= cabal
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>