aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Xerces/Makefile15
-rw-r--r--textproc/p5-XML-Xerces/pkg-descr1
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile
index a66ef9070668..2ea920c31919 100644
--- a/textproc/p5-XML-Xerces/Makefile
+++ b/textproc/p5-XML-Xerces/Makefile
@@ -11,22 +11,21 @@ PORTREVISION?= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= XML-Xerces-${PORTVERSION}-0
+DISTNAME= ${PORTNAME}-${PORTVERSION}-0
MAINTAINER= perl@FreeBSD.org
COMMENT= The Perl API to the Apache project's Xerces XML parser
-LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
-
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
MAKE_JOBS_UNSAFE= yes
-USE_GMAKE= YES
-PERL_CONFIGURE= YES
-CONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \
+USE_GMAKE= yes
+PERL_CONFIGURE= yes
+CONFIGURE_ENV= XERCES_LIB="${LOCALBASE}/lib" \
XERCES_INCLUDE="${LOCALBASE}/include" \
- XERCES_DEVEL="YES" \
- CXX="g++" \
+ XERCES_DEVEL="yes" \
+ CXX="${CXX}" \
.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Xerces/pkg-descr b/textproc/p5-XML-Xerces/pkg-descr
index 889e8d85183f..ba204b43154e 100644
--- a/textproc/p5-XML-Xerces/pkg-descr
+++ b/textproc/p5-XML-Xerces/pkg-descr
@@ -2,4 +2,5 @@ XML::Xerces is the Perl API to the Apache project's Xerces XML
parser. It is implemented using the Xerces C++ API, and it provides
access to most of the C++ API from Perl.
+WWW: http://search.cpan.org/dist/XML-Xerces/
WWW: http://xerces.apache.org/xerces-p/