freebsd-ports/textproc/hs-xml2html/Makefile
Gabor Pali fcb3568e0e - Update textproc/hs-blaze-html to 0.5
- Use the new options framework

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

21 lines
479 B
Makefile

# New ports collection makefile for: hs-xml2html
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xml2html
PORTVERSION= 0.1.2.3
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= blaze-html instances for xml-conduit types
LICENSE= BSD
USE_CABAL= blaze-html>=0.5 blaze-markup>=0.5.1 text>=0.5 xml-conduit>=0.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>