diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-02-22 09:26:41 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-02-22 09:26:41 +0000 |
commit | caaaf7c80080afebfcf2239e38e62b22c9bd543a (patch) | |
tree | e4e22fedde3096d843f5039ead4c0619221dd5a7 /textproc/p5-XML-Twig | |
parent | 99a662beacefd3e8b9bd5233c1f69c93b34023d0 (diff) | |
download | ports-caaaf7c80080afebfcf2239e38e62b22c9bd543a.tar.gz ports-caaaf7c80080afebfcf2239e38e62b22c9bd543a.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Twig')
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Twig/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 43240f1dd770..cb865253beb2 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Twig -PORTVERSION= 2.02 +PORTVERSION= 3.02 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -14,7 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= wjv@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +# XML::Twig has a further optional dependency on WeakRef. However, WeakRef +# needs Perl 5.005_55. +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser PERL_CONFIGURE= YES diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index a0efc50becb2..b10147c94a5a 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1 +1 @@ -MD5 (XML-Twig-2.02.tar.gz) = 02bec37a6e9f699bd3ba3b5a721dbe60 +MD5 (XML-Twig-3.02.tar.gz) = 9b3ddc5c9f28951e867e88678edbec72 |