Index: head/www/hs-yesod/Makefile =================================================================== --- head/www/hs-yesod/Makefile (revision 478345) +++ head/www/hs-yesod/Makefile (revision 478346) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= yesod PORTVERSION= 1.6.0 PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Creation of type-safe, RESTful web applications LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_CABAL= aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \ data-default fast-logger monad-control>=0.3 monad-logger \ safe shakespeare>=2.0 streaming-commons \ unordered-containers wai>=1.3 wai-extra>=1.3 wai-logger \ warp>=1.3 yaml yesod-auth>=1.4 yesod-core>=1.4 \ yesod-form>=1.3 yesod-persistent>=1.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/www/hs-yesod/pkg-descr =================================================================== --- head/www/hs-yesod/pkg-descr (revision 478345) +++ head/www/hs-yesod/pkg-descr (revision 478346) @@ -1,8 +1,8 @@ A RESTful web framework with strong compile-time guarantees of correctness. It also affords space efficient code, highly concurrent loads, and portability to many deployment backends (via the wai package), from CGI to stand-alone serving. Yesod also focuses on developer productivity. Yesod integrates well with tools for all your basic web development (wai, persistent, and shakespeare/hamlet). -WWW: http://www.yesodweb.com/ +WWW: https://www.yesodweb.com/