blob: 2f004f60e1f20722e3042864ef78cbe264371881 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: hs-HStringTemplate
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= HStringTemplate
PORTVERSION= 0.6.8
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= StringTemplate implementation in Haskell
LICENSE= BSD
USE_CABAL= parsec syb text utf8-string
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|