aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-routes/Makefile
blob: 624d4d79f3dd5d06ef61f7cf90949314bebb1064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	yesod-routes
PORTVERSION=	1.2.0
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Efficient routing for Yesod

LICENSE=	MIT

USE_CABAL=	path-pieces>=0.1 text>=0.5 vector>=0.8

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