freebsd-ports/databases/hs-persistent-template/Makefile
Gabor Pali 2c1404b886 This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.

WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
2012-02-18 17:26:15 +00:00

21 lines
487 B
Makefile

# 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>