diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-07-28 05:05:51 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-07-28 05:05:51 +0000 |
commit | 0ce698265852837a05244a9ce892530c85a0238e (patch) | |
tree | fbabfce8001057882baa23085d9503b87d5f1d35 /textproc/p5-XML-XSLT | |
parent | 5254242881504ef286756368fd479893bfe1f159 (diff) | |
download | ports-0ce698265852837a05244a9ce892530c85a0238e.tar.gz ports-0ce698265852837a05244a9ce892530c85a0238e.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-XSLT')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-XSLT/pkg-descr | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index a31a12a4b788..fbe0c4815aff 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ + ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -23,4 +24,7 @@ MAN1= xslt-parser.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::XSLT.3 +test: + @cd ${WRKSRC}; ${MAKE} test + .include <bsd.port.mk> diff --git a/textproc/p5-XML-XSLT/pkg-descr b/textproc/p5-XML-XSLT/pkg-descr index 2eaabb0fcfc6..ee49e71af3cd 100644 --- a/textproc/p5-XML-XSLT/pkg-descr +++ b/textproc/p5-XML-XSLT/pkg-descr @@ -2,3 +2,5 @@ This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but it isn't yet. However, it already works well. Below is given the set of working xslt commands. + +WWW: http://xmlxslt.sourceforge.net/ |