Add missing dependency.
Add WWW:.
This commit is contained in:
parent
5254242881
commit
0ce6982658
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45555
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue