aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-uuid/Makefile
blob: e979e8b75ecffd07fcdd958f096f3bc7a8c5d8fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	uuid
PORTVERSION=	1.2.13
PORTREVISION=	1
CATEGORIES=	devel haskell

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

LICENSE=	BSD

USE_CABAL=	cryptohash>=0.7 maccatcher>=1.0 random>=1.0.1

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