Index: head/www/hs-yesod-auth-hashdb/Makefile =================================================================== --- head/www/hs-yesod-auth-hashdb/Makefile (revision 479015) +++ head/www/hs-yesod-auth-hashdb/Makefile (revision 479016) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= yesod-auth-hashdb PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Authentication plugin for Yesod LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_CABAL= cryptohash>=0.8 persistent>=2.1 pwstore-fast>=2.2 \ yesod-auth>=1.4 yesod-core>=1.4 yesod-form>=1.4 \ yesod-persistent>=1.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include