mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4de6bb5b6e
Obtained from: FreeBSD Haskell
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# New ports collection makefile for: hs-filestore
|
|
# Date created: December 2, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= filestore
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Interface for versioning file stores
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= Diff>=0.1.2 HUnit>=1.2 mtl parsec>=2 split>=0.1 utf8-string>=0.3 \
|
|
xml>=1.3
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|