8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
19 lines
491 B
Makefile
19 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= authenticate
|
|
PORTVERSION= 1.3.2.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Authentication methods for Haskell web applications
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= aeson>=0.5 attoparsec blaze-builder case-insensitive>=0.2 \
|
|
conduit>=0.5 http-conduit>=1.5 http-types>=0.6 network \
|
|
tagsoup>=0.12 text transformers>=0.1 unordered-containers \
|
|
xml-conduit>=1.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|