freebsd-ports/textproc/hs-libxml-sax/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= libxml-sax
PORTVERSION= 0.7.5
PORTREVISION= 2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Bindings for the libXML2 SAX interface
LICENSE= MIT
USE_CABAL= text>=0.7 xml-types>=0.3
USES= pkgconfig
LIB_DEPENDS= libxml2.so:textproc/libxml2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>