freebsd-ports/devel/hs-hpl/Makefile
Oliver Braun 9bcafa753b Upgrade to 0.4.3.
PR:		ports/81652
Submitted by:	Johan van Selst <johans@stack.nl>
2005-05-30 20:49:29 +00:00

28 lines
631 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
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
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>