aboutsummaryrefslogtreecommitdiff
path: root/www/wsdlpull
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-11-10 13:25:50 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-11-10 13:25:50 +0000
commit34260c565be000123cbb35d446d6214550553e75 (patch)
tree231ff751de2528c01562871e82d74fbefbfa0608 /www/wsdlpull
parent64ba4504f81a8448b26ed4a606982fe443c34e8f (diff)
Notes
Diffstat (limited to 'www/wsdlpull')
-rw-r--r--www/wsdlpull/Makefile4
-rw-r--r--www/wsdlpull/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile
index c31054c1c280..8e74587e9a3d 100644
--- a/www/wsdlpull/Makefile
+++ b/www/wsdlpull/Makefile
@@ -7,11 +7,10 @@
#
PORTNAME= wsdlpull
-PORTVERSION= 1.9.5.c
+DISTVERSION= 1.9.5c
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ WSDL Parser
@@ -20,6 +19,7 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
+USE_GETOPT_LONG=yes
WRKSRC= ${WRKDIR}/${DISTNAME:R}
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
diff --git a/www/wsdlpull/pkg-descr b/www/wsdlpull/pkg-descr
index f79dc52f2f6d..8e4a84986836 100644
--- a/www/wsdlpull/pkg-descr
+++ b/www/wsdlpull/pkg-descr
@@ -3,4 +3,4 @@ access WSDL elements. It has a library for parsing xml schemas and
validating instances. It uses xml pull parsing methodology,and is meant to
be semantically equivalent to WSDL4J.
-http://wsdlpull.sourceforge.net/
+WWW: http://wsdlpull.sourceforge.net/