freebsd-ports/textproc/hs-HaXml/Makefile
Gabor Pali 42db0ac935 - Update to 1.23.3
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:12:14 +00:00

24 lines
603 B
Makefile

# New ports collection makefile for: HaXml
# Date created: 01 June 2002
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
PORTNAME= HaXml
PORTVERSION= 1.23.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A collection of utilities for using Haskell and XML together
LICENSE= LGPL21
FILE_LICENSE= COPYRIGHT
CABAL_SETUP= Setup.hs
USE_CABAL= polyparse>=1.5 random
EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell FpMLToHaskell \
MkOneOf Validate XsdToHaskell Xtract
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>