diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-16 00:15:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-16 00:15:17 +0800 |
commit | 1ab67b083619d48ac2ff9b09f53176a88612ac33 (patch) | |
tree | 83e90b4e489d8ad3c6db14ae26b49dad3355b8ec | |
parent | 0fed9bdf83184b13c73775f687dfa1c5baf0d729 (diff) | |
download | freebsd-ports-gnome-1ab67b083619d48ac2ff9b09f53176a88612ac33.tar.gz freebsd-ports-gnome-1ab67b083619d48ac2ff9b09f53176a88612ac33.tar.zst freebsd-ports-gnome-1ab67b083619d48ac2ff9b09f53176a88612ac33.zip |
- Respect CXX
- Pet portlint
- Add CPAN as primary WWW
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/pkg-descr | 1 |
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/ |