mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
22 lines
636 B
Makefile
22 lines
636 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= snap-core
|
|
PORTVERSION= 0.9.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Snap: A Haskell Web Framework (core interfaces and types)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 \
|
|
blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \
|
|
case-insensitive>=0.3 enumerator>=0.4.15 hashable \
|
|
HUnit>=1.2 MonadCatchIO-transformers>=0.2.1 mtl>=2.0 \
|
|
random>=1 regex-posix>=0.95 text>=0.11 unix-compat>=0.2 \
|
|
unordered-containers>=0.1.4.3 vector>=0.6 zlib-enum>=0.2.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|