freebsd-ports/devel/hs-haskell-src-exts/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

24 lines
499 B
Makefile

# New ports collection makefile for: hs-haskell-src-exts
# Date created: December 30 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= haskell-src-exts
PORTVERSION= 1.13.3
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Manipulating Haskell source
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= cpphs>=1.3
USE_HAPPY= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>