diff options
Diffstat (limited to 'devel/hs-pool-conduit/Makefile')
-rw-r--r-- | devel/hs-pool-conduit/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/hs-pool-conduit/Makefile b/devel/hs-pool-conduit/Makefile index 45d47ca7d347..ca69f42eb3ad 100644 --- a/devel/hs-pool-conduit/Makefile +++ b/devel/hs-pool-conduit/Makefile @@ -1,19 +1,13 @@ -# New ports collection makefile for: hs-pool-conduit -# Date created: April 7, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= pool-conduit -PORTVERSION= 0.1.0.2 -PORTREVISION= 1 +PORTVERSION= 0.1.0.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Resource pool allocations via ResourceT -LICENSE= BSD +LICENSE= MIT USE_CABAL= resource-pool>=0.2.1 resourcet>=0.3 transformers>=0.2.1 |