Index: head/www/hs-yesod-test/Makefile =================================================================== --- head/www/hs-yesod-test/Makefile (revision 479764) +++ head/www/hs-yesod-test/Makefile (revision 479765) @@ -1,20 +1,21 @@ # $FreeBSD$ PORTNAME= yesod-test PORTVERSION= 1.6.4 PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Integration testing for WAI/Yesod Applications LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_CABAL= attoparsec>=0.10 blaze-builder blaze-html>=0.5 \ blaze-markup>=0.5.1 case-insensitive>=0.2 cookie \ hspec-core>=2.0 html-conduit>=0.1 http-types>=0.7 HUnit>=1.2 \ monad-control network>=2.2 persistent>=1.0 pretty-show wai>=3.0 \ wai-extra xml-conduit>=1.0 xml-types>=0.3 yesod-core>=1.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/www/hs-yesod-test/pkg-descr =================================================================== --- head/www/hs-yesod-test/pkg-descr (revision 479764) +++ head/www/hs-yesod-test/pkg-descr (revision 479765) @@ -1,3 +1,3 @@ Behaviour Oriented integration Testing for Yesod Applications. -WWW: http://www.yesodweb.com +WWW: https://www.yesodweb.com/