blob: 8d2a4ab94c8307d4cde0a4b42475c336b0421bf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: popenhs
# Date created: 09 April 2002
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
#
PORTNAME= popenhs
PORTVERSION= 1.00.0
CATEGORIES= devel
MASTER_SITES= http://www.haskell.org/~petersen/haskell/popenhs/
PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
USE_GMAKE= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|