blob: 2e3520ce5f73799c0558544cac6b09bacbe71418 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: hs-unix-compat
# Date created: January 10 2010
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= unix-compat
PORTVERSION= 0.1.2.1
CATEGORIES= devel haskell
MAINTAINER= jacula@gmail.com
COMMENT= Portable POSIX-compatibility layer for Haskell
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|