freebsd-ports/textproc/hs-citeproc-hs/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

35 lines
950 B
Makefile

# $FreeBSD$
PORTNAME= citeproc-hs
PORTVERSION= 0.3.9
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Citation Style Language implementation in Haskell
LICENSE= BSD3CLAUSE
USE_CABAL= json mtl pandoc-types>=1.8 parsec syb utf8-string xml
FLAGS_DEFINE= BIBUTILS HEXPAT NETWORK UNICODE_COLLATION
FLAGS_DEFAULT= BIBUTILS HEXPAT NETWORK
BIBUTILS_DESC= Use Chris Putnam's Bibutils
BIBUTILS_FLAG_ENABLE= bibutils
BIBUTILS_FLAG_CABAL= hs-bibutils>=0.3
HEXPAT_DESC= Use hexpat to parse XML
HEXPAT_FLAG_ENABLE= hexpat
HEXPAT_FLAG_CABAL= hexpat>=0.20.2
NETWORK_DESC= Use network and HTTP to retrieve CSL file
NETWORK_FLAG_ENABLE= network
NETWORK_FLAG_CABAL= HTTP>=4000.0.9 network>=2
UNICODE_COLLATION_DESC= Use bindings to the ICU libraries
UNICODE_COLLATION_FLAG_ENABLE= unicode_collation
UNICODE_COLLATION_FLAG_CABAL= text text-icu
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>