mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
17 lines
306 B
Makefile
17 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yesod-routes
|
|
PORTVERSION= 1.2.0.7
|
|
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>
|