diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-04 14:38:48 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-04 14:38:48 +0000 |
commit | 434ef7c6fe75b2f2ec6b9db65961b0d56304d8bf (patch) | |
tree | 87b9854d561ac210b489f2a5c39f4af4ca32352f /devel/hs-popenhs/Makefile | |
parent | 910d9d66dbe7075b9a4f33086edd5364103c21f2 (diff) | |
download | FreeBSD-ports-434ef7c6fe75b2f2ec6b9db65961b0d56304d8bf.zip FreeBSD-ports-434ef7c6fe75b2f2ec6b9db65961b0d56304d8bf.tar.gz |
Add prefix `hs-' for Haskell related ports.
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 0000000..0865674 --- /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> |