opnsense-ports/textproc/hs-hexpat/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
307 B
Makefile

# $FreeBSD$
PORTNAME= hexpat
PORTVERSION= 0.20.9
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= XML parser/formatter based on expat
LICENSE= BSD3CLAUSE
USE_CABAL= List>=0.4.2 text>=0.5.0.0 utf8-string>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>