diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-07 09:38:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-07 09:38:17 +0000 |
commit | b1c0c7c3154ab31d47a2d275eb6b6f0d0e928aea (patch) | |
tree | 0f0640601b9ac059d441d14dd226a97d153d79be | |
parent | ac80cd8ddb563f0cbe57e60fedbe140788f49172 (diff) | |
download | ports-b1c0c7c3154ab31d47a2d275eb6b6f0d0e928aea.tar.gz ports-b1c0c7c3154ab31d47a2d275eb6b6f0d0e928aea.zip |
Notes
-rw-r--r-- | www/hs-yesod-core/Makefile | 1 | ||||
-rw-r--r-- | www/hs-yesod-core/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/hs-yesod-core/Makefile b/www/hs-yesod-core/Makefile index 8d71ca603d49..291d14f681ca 100644 --- a/www/hs-yesod-core/Makefile +++ b/www/hs-yesod-core/Makefile @@ -9,6 +9,7 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= Creation of type-safe, RESTful web applications LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_CABAL= aeson>=0.5 auto-update blaze-builder>=0.2.1.4 blaze-html>=0.5 \ blaze-markup>=0.5.1 case-insensitive>=0.2 cereal>=0.3 \ diff --git a/www/hs-yesod-core/pkg-descr b/www/hs-yesod-core/pkg-descr index 16a53f5f3e74..351f8ff16e92 100644 --- a/www/hs-yesod-core/pkg-descr +++ b/www/hs-yesod-core/pkg-descr @@ -3,4 +3,4 @@ application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. -WWW: http://www.yesodweb.com/ +WWW: https://www.yesodweb.com/ |