diff options
Diffstat (limited to 'devel/hs-filestore/Makefile')
-rw-r--r-- | devel/hs-filestore/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-filestore/Makefile b/devel/hs-filestore/Makefile new file mode 100644 index 000000000000..f75e788431f6 --- /dev/null +++ b/devel/hs-filestore/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-filestore +# Date created: December 2, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= filestore +PORTVERSION= 0.4.0.4 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Interface for versioning file stores + +LICENSE= BSD + +USE_CABAL= Diff>=0.1.0.2 parsec split>=0.1 utf8-string>=0.3 xml>=1.3 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |