blob: 9c4c2a22ef2d3126e85fdf13bd30045cfe795f7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: hs-persistent-template
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= persistent-template
PORTVERSION= 0.6.3.1
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Type-safe, non-relational, multi-backend persistence
LICENSE= BSD
USE_CABAL= monad-control>=0.2 persistent>=0.6.2 text>=0.5 \
transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|