diff options
Diffstat (limited to 'devel/hs-unix-compat/Makefile')
-rw-r--r-- | devel/hs-unix-compat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-unix-compat/Makefile b/devel/hs-unix-compat/Makefile index a4bb0f9fe30d..4365cdafa796 100644 --- a/devel/hs-unix-compat/Makefile +++ b/devel/hs-unix-compat/Makefile @@ -6,11 +6,13 @@ # PORTNAME= unix-compat -PORTVERSION= 0.1.2.1 +PORTVERSION= 0.2.1.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Portable POSIX-compatibility layer for Haskell +LICENSE= BSD + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |