freebsd-ports/devel/hs-hpl/Makefile
Volker Stolz 90c4381aa1 Mark as BROKEN and DEPRECATED with 6 months grace:
Does not build with latest GHC and possibly no further upstream development
2007-02-13 04:59:30 +00:00

33 lines
739 B
Makefile

# New ports collection makefile for: hpl
# Date created: 23 August 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hpl
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/
PKGNAMEPREFIX= hs-
DISTNAME= ports-${PORTVERSION}
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell Ports Library provides ports in Haskell
BROKEN= Does not build with latest GHC
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE=2007-09-01
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>