blob: decb96e22f6b65c5a1a6fa34637fc1d3a267f9eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: hs-yesod-routes
# Date created: April 8, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yesod-routes
PORTVERSION= 1.0.1.2
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|