2012-02-18 18:26:15 +01:00
|
|
|
# New ports collection makefile for: hs-persistent-template
|
|
|
|
# Date created: December 26, 2011
|
|
|
|
# Whom: haskell@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= persistent-template
|
2012-06-03 23:30:43 +02:00
|
|
|
PORTVERSION= 0.9.0.2
|
2012-08-03 04:30:07 +02:00
|
|
|
PORTREVISION= 1
|
2012-02-18 18:26:15 +01:00
|
|
|
CATEGORIES= databases haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Type-safe, non-relational, multi-backend persistence
|
|
|
|
|
2012-06-03 23:30:43 +02:00
|
|
|
LICENSE= MIT
|
2012-02-18 18:26:15 +01:00
|
|
|
|
2012-06-03 23:30:43 +02:00
|
|
|
USE_CABAL= aeson monad-control>=0.2 persistent>=0.9 text>=0.5 \
|
2012-02-18 18:26:15 +01:00
|
|
|
transformers>=0.2
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|