diff options
Diffstat (limited to 'math/hs-contravariant/Makefile')
-rw-r--r-- | math/hs-contravariant/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile new file mode 100644 index 000000000000..03c0e512b083 --- /dev/null +++ b/math/hs-contravariant/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-contravariant +# Date created: July 16, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= contravariant +PORTVERSION= 0.1.2.1 +CATEGORIES= math haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Haskell 98 contravariant functors + +LICENSE= BSD + +USE_CABAL= transformers>=0.2.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |