freebsd-ports/www/hs-yesod-routes/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

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>