diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-13 17:51:15 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-13 17:51:15 +0000 |
commit | c7c1022a2fa0cb0d10e65ea5ff398b2bd44c58ff (patch) | |
tree | d080f56d5cecc969db221d911ce7f27b67b309db /textproc/xmlwrapp/Makefile | |
parent | 564e1572a03615f1e935a5d445e03dba38f343cf (diff) | |
download | FreeBSD-ports-c7c1022a2fa0cb0d10e65ea5ff398b2bd44c58ff.zip FreeBSD-ports-c7c1022a2fa0cb0d10e65ea5ff398b2bd44c58ff.tar.gz |
add xmlwrapp 0.3.0
A modern style C++ library for working with XML data
Diffstat (limited to 'textproc/xmlwrapp/Makefile')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile new file mode 100644 index 0000000..dc180e4 --- /dev/null +++ b/textproc/xmlwrapp/Makefile @@ -0,0 +1,24 @@ +# 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 + +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> |