diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XQL/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-XQL/distinfo | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile index 296455019cab..63890339dce0 100644 --- a/textproc/p5-XML-XQL/Makefile +++ b/textproc/p5-XML-XQL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-XQL -PORTVERSION= 0.67 +PORTVERSION= 0.68 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Perl module for querying XML tree structures with XQL -RUN_DEPENDS= ${PBASE}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${PBASE}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${PBASE}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \ - ${PBASE}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \ + ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -26,6 +26,4 @@ PERL_CONFIGURE= yes MAN3= XML::XQL.3 XML::XQL::DOM.3 XML::XQL::Date.3 \ XML::XQL::Query.3 XML::XQL::Tutorial.3 -PBASE= ${SITE_PERL} - .include <bsd.port.mk> diff --git a/textproc/p5-XML-XQL/distinfo b/textproc/p5-XML-XQL/distinfo index de33018fc4b2..883fec9b177c 100644 --- a/textproc/p5-XML-XQL/distinfo +++ b/textproc/p5-XML-XQL/distinfo @@ -1 +1 @@ -MD5 (XML-XQL-0.67.tar.gz) = 546986f11a440a6447a52306544d579b +MD5 (XML-XQL-0.68.tar.gz) = bb84096fdf8bcc96a35971539ce8c19e |