2003-01-13 18:51:15 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: xmlwrapp
|
|
|
|
# Date created: Jan 14, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmlwrapp
|
|
|
|
PORTVERSION= 0.3.0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://pmade.org/pjones/software/xmlwrapp/download/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A modern style C++ library for working with XML data
|
2003-01-13 18:51:15 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= configure.pl
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|