932e6dc413
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
22 lines
693 B
Makefile
22 lines
693 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yesod-static
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Static file serving subsite for Yesod Web Framework
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \
|
|
blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \
|
|
cryptohash>=0.11 cryptohash-conduit>=0.1 css-text>=0.1.2 \
|
|
data-default file-embed>=0.0.4.1 hashable>=1.1 hjsmin \
|
|
http-types>=0.7 mime-types>=0.1 old-time>=1.0 resourcet>=0.4 \
|
|
text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 wai>=1.3 \
|
|
wai-app-static>=3.1 yesod-core>=1.4
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|