Date: Wed, 5 Sep 2018 09:38:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479016 - head/www/hs-yesod-auth-hashdb Message-ID: <201809050938.w859cG4A015114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 5 09:38:15 2018 New Revision: 479016 URL: https://svnweb.freebsd.org/changeset/ports/479016 Log: - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/www/hs-yesod-auth-hashdb/Makefile Modified: head/www/hs-yesod-auth-hashdb/Makefile ============================================================================== --- head/www/hs-yesod-auth-hashdb/Makefile Wed Sep 5 09:08:16 2018 (r479015) +++ head/www/hs-yesod-auth-hashdb/Makefile Wed Sep 5 09:38:15 2018 (r479016) @@ -9,6 +9,7 @@ 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809050938.w859cG4A015114>