Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-uuid-types/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= uuid-types | PORTNAME= uuid-types | ||||
| PORTVERSION= 1.0.3 | PORTVERSION= 1.0.3 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Type definitions for Universally Unique Identifiers | COMMENT= Type definitions for Universally Unique Identifiers | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= hashable>=1.1.1.0 random>=1.0.1 text>=1 | USE_CABAL= hashable>=1.1.1.0 random>=1.0.1 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||