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
26 lines
817 B
Makefile
26 lines
817 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yesod-auth
|
|
PORTVERSION= 1.4.17.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Authentication for Yesod
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= aeson>=0.7 authenticate>=1.3 base16-bytestring \
|
|
base64-bytestring blaze-builder blaze-html>=0.5 \
|
|
blaze-markup>=0.5.1 byteable conduit conduit-extra cryptohash \
|
|
data-default email-validate>=1.0 file-embed http-client \
|
|
http-conduit>=1.5 http-types lifted-base>=0.1 mime-mail>=0.3 \
|
|
network>=2.6 network-uri>=2.6 nonce>=1.0.2 persistent>=2.1 \
|
|
persistent-template>=2.1 random>=1.0.0.2 resourcet safe \
|
|
shakespeare text>=0.7 unordered-containers wai>=1.4 \
|
|
yesod-core>=1.4 yesod-form>=1.4 yesod-persistent>=1.4
|
|
|
|
FLAGS_ENABLE= network-uri
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|