diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch) | |
tree | 0898749bb767b388765958548da12c5b50b3825d /textproc/p5-XML-XPath | |
parent | 031bd55ed2b892d722ffdba72b339be33879e047 (diff) | |
download | ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-XPath')
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index e78766a1a282..c84f68fbeeee 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -17,7 +17,7 @@ MAINTAINER= skv@protey.ru RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= XML::XPath.3 XML::XPath::Boolean.3 XML::XPath::Builder.3 \ XML::XPath::Literal.3 XML::XPath::Node.3 \ @@ -29,9 +29,4 @@ MAN3= XML::XPath.3 XML::XPath::Boolean.3 XML::XPath::Builder.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \ - INSTALLSCRIPT=${PREFIX}/bin - .include <bsd.port.mk> diff --git a/textproc/p5-XML-XPath/pkg-descr b/textproc/p5-XML-XPath/pkg-descr index 81db740f73d4..e035bb6f0fa8 100644 --- a/textproc/p5-XML-XPath/pkg-descr +++ b/textproc/p5-XML-XPath/pkg-descr @@ -2,3 +2,5 @@ This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath. + +WWW: http://www.w3.org/TR/xpath |