diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
commit | bd8d410bbe561cb06cef8e6439398148ea172996 (patch) | |
tree | bb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /devel/hs-uuid | |
parent | 18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff) |
Notes
Diffstat (limited to 'devel/hs-uuid')
-rw-r--r-- | devel/hs-uuid/Makefile | 17 | ||||
-rw-r--r-- | devel/hs-uuid/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-uuid/pkg-descr | 4 |
3 files changed, 23 insertions, 0 deletions
diff --git a/devel/hs-uuid/Makefile b/devel/hs-uuid/Makefile new file mode 100644 index 000000000000..462bcb96bcba --- /dev/null +++ b/devel/hs-uuid/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= uuid +PORTVERSION= 1.2.9 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Creating, comparing, parsing and printing Universally Unique Identifiers + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +USE_CABAL= cryptohash>=0.7 maccatcher>=1.0 random>=1.0.1 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-uuid/distinfo b/devel/hs-uuid/distinfo new file mode 100644 index 000000000000..d7c0b8dba9e2 --- /dev/null +++ b/devel/hs-uuid/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/uuid-1.2.9.tar.gz) = 515377e2fa68b70b9a6a1fbd87259f51a28bd4a8ab3516c93921f1201c5c1c21 +SIZE (cabal/uuid-1.2.9.tar.gz) = 13527 diff --git a/devel/hs-uuid/pkg-descr b/devel/hs-uuid/pkg-descr new file mode 100644 index 000000000000..c30322f5bbe3 --- /dev/null +++ b/devel/hs-uuid/pkg-descr @@ -0,0 +1,4 @@ +This library is useful for creating, comparing, parsing and printing +Universally Unique Identifiers. + +WWW: http://projects.haskell.org/uuid/ |