db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# 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>
|