mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
58b3eb230b
[1] http://mustache.github.com/ WWW: http://github.com/lymar/hastache Obtained from: FreeBSD Haskell
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# New ports collection makefile for: hs-hastache
|
|
# Date created: December 2, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hastache
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell implementation of Mustache templates
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
USE_CABAL= blaze-builder mtl syb text utf8-string
|
|
|
|
INSTALL_PORTDATA= cd ${WRKSRC} && ${INSTALL_DATA} README.md ${DATADIR}
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|