blob: e9ded9b9d971f70a4cb09886503f6cab2fc2157a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= shakespeare-text
PORTVERSION= 1.0.0.5
PORTREVISION= 3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Interpolation with quasi-quotation: put variables strings
LICENSE= MIT
USE_CABAL= shakespeare>=1.0 text>=0.7
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|