aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-uuid/Makefile
blob: 12dc1ca5438e994fd77a54c2769eac4a83a464e8 (plain) (tree)
1
2
3
4
5
6
7
8
9


                    
                      




                                                                                        
                          
 

                                                                         


                                                 
# $FreeBSD$

PORTNAME=	uuid
PORTVERSION=	1.3.11
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Creating, comparing, parsing and printing Universally Unique Identifiers

LICENSE=	BSD3CLAUSE

USE_CABAL=	cryptohash>=0.7 network-info>=0.2 random>=1.0.1 text>=1 \
		uuid-types>=1.0.2

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>