42db0ac935
- Use the new options framework Obtained from: FreeBSD Haskell
24 lines
603 B
Makefile
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>
|