aboutsummaryrefslogblamecommitdiff
path: root/www/hs-yesod-routes/Makefile
blob: 1d327dcfc2e6ea68c672d673d18cc4dc72de9dd5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
                 










                                                      
# 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
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

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