diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /devel/hs-js-jquery | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) |
Notes
Diffstat (limited to 'devel/hs-js-jquery')
-rw-r--r-- | devel/hs-js-jquery/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-js-jquery/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-js-jquery/pkg-descr | 7 |
3 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-js-jquery/Makefile b/devel/hs-js-jquery/Makefile new file mode 100644 index 000000000000..02093d645f42 --- /dev/null +++ b/devel/hs-js-jquery/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= js-jquery +PORTVERSION= 1.11.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Obtain minified jQuery code + +LICENSE= MIT + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-js-jquery/distinfo b/devel/hs-js-jquery/distinfo new file mode 100644 index 000000000000..acae74b0abc9 --- /dev/null +++ b/devel/hs-js-jquery/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/js-jquery-1.11.3.tar.gz) = 3d7b19d0b5ae59339b705026bed66e72fe5392a792f08859876d6e4131b3c257 +SIZE (cabal/js-jquery-1.11.3.tar.gz) = 120919 diff --git a/devel/hs-js-jquery/pkg-descr b/devel/hs-js-jquery/pkg-descr new file mode 100644 index 000000000000..18c4f144482d --- /dev/null +++ b/devel/hs-js-jquery/pkg-descr @@ -0,0 +1,7 @@ +This package bundles the minified jQuery code into a Haskell package, so +it can be depended upon by Cabal packages. The first three components +of the version number match the upstream jQuery version. The package is +designed to meet the redistribution requirements of downstream users +(e.g. Debian). + +WWW: https://github.com/ndmitchell/js-jquery#readme |