blob: 21b64c18d300f8b21f8a5ee55804370f849d22ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= yesod-routes
PORTVERSION= 1.2.0
PORTREVISION= 1
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>
|