mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
02784d8844
- Update WWW Approved by: portmgr blanket
18 lines
354 B
Makefile
18 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xml-hamlet
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Hamlet-style quasiquoter for XML content
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_CABAL= shakespeare>=1.0 xml-conduit>=1.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|