1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/xmlada/Makefile
Wen Heping fa396c2c68 XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX.
XML/Ada is a set of modules that provide a simple manipulation of XML
streams.  It supports the whole XML 1.1 specification and can parse any file
that follows this standard, including the contents of the DTD although no
validation of the documents is performed based on those.

It provides support for a number of standards associated with XML such as
SAX, DOM, and XML schemas.  Additionally, it includes a module to manipulate
unicode streams since this is required by the XML standard.

WWW: http://libre.adacore.com/libre/tools/xmlada/

PR:		ports/153828
Submitted by:	John Marino <freebsdml@marino.st>
2011-02-24 06:30:10 +00:00

27 lines
639 B
Makefile

# New ports collection makefile for: xmlada
# Date created: 12 December 2010
# Whom: John Marino <draco@marino.st>
#
# $FreeBSD$
#
PORTNAME= xmlada
PORTVERSION= 4.1w
CATEGORIES= textproc
MASTER_SITES= http://downloads.dragonlace.net/src/ \
http://dragonlace.mirrors.ada.cx/src/
DISTFILES= ${PORTNAME}-${PORTVERSION}-${SNAPSHOT}.tar.bz2
MAINTAINER= draco@marino.st
COMMENT= Adacore XML suite for the Ada language
BUILD_DEPENDS= gnat-aux>=20101204:${PORTSDIR}/lang/gnat-aux
SNAPSHOT= 20101125
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CC= gnatgcc
.include <bsd.port.mk>