diff options
Diffstat (limited to 'devel/hs-extra/Makefile')
-rw-r--r-- | devel/hs-extra/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-extra/Makefile b/devel/hs-extra/Makefile new file mode 100644 index 000000000000..848f063aec9e --- /dev/null +++ b/devel/hs-extra/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= extra +PORTVERSION= 1.4.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Extra functions + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |