1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/popenhs/Makefile
Oliver Braun 1203083c96 Add popenhs 1.00.0, a popen-like library for Haskell.
PR:		ports/36939
Approved by:	dwcjr (mentor)
2002-08-21 21:57:58 +00:00

22 lines
462 B
Makefile

# 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.01.246.ne.jp/~juhp/haskell/popenhs/
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>