diff options
Diffstat (limited to 'devel/hs-popenhs/Makefile')
-rw-r--r-- | devel/hs-popenhs/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-popenhs/Makefile b/devel/hs-popenhs/Makefile new file mode 100644 index 000000000000..08656748fa24 --- /dev/null +++ b/devel/hs-popenhs/Makefile @@ -0,0 +1,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.01.246.ne.jp/~juhp/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> |