diff options
Diffstat (limited to 'devel/hs-data-default-class/Makefile')
-rw-r--r-- | devel/hs-data-default-class/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-data-default-class/Makefile b/devel/hs-data-default-class/Makefile new file mode 100644 index 000000000000..3461c620927f --- /dev/null +++ b/devel/hs-data-default-class/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= data-default-class +PORTVERSION= 0.0.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Class for types with a default value + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |