svn commit: r479016 - head/www/hs-yesod-auth-hashdb

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 5 09:38:16 UTC 2018


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 at 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 \


More information about the svn-ports-head mailing list