summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XSLT
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-18 13:24:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-18 13:24:41 +0000
commitce474e9e2bef254a81c707e8900532dfcbace51f (patch)
treef2626e4426ad1d3c27551e58825b33b45f65bc87 /textproc/p5-XML-XSLT
parentUpdate to 1.50 (diff)
Update to 0.45
PR: 55632 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=87199
Diffstat (limited to 'textproc/p5-XML-XSLT')
-rw-r--r--textproc/p5-XML-XSLT/Makefile6
-rw-r--r--textproc/p5-XML-XSLT/distinfo2
-rw-r--r--textproc/p5-XML-XSLT/pkg-plist8
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile
index 9beb437453d5..50abc26fbfd1 100644
--- a/textproc/p5-XML-XSLT/Makefile
+++ b/textproc/p5-XML-XSLT/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-XSLT
-PORTVERSION= 0.40
+PORTVERSION= 0.45
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= XML::XSLT - A perl module for processing XSLT
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
+BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
+RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/textproc/p5-XML-XSLT/distinfo b/textproc/p5-XML-XSLT/distinfo
index aa7ce35950bd..cf07be0236f4 100644
--- a/textproc/p5-XML-XSLT/distinfo
+++ b/textproc/p5-XML-XSLT/distinfo
@@ -1 +1 @@
-MD5 (XML-XSLT-0.40.tar.gz) = 5edfeeb9b2190938c9a5c39295771574
+MD5 (XML-XSLT-0.45.tar.gz) = c49c245e8b86c8a30e444879564a042d
diff --git a/textproc/p5-XML-XSLT/pkg-plist b/textproc/p5-XML-XSLT/pkg-plist
index 81b3ad15bb50..777d754fdbe0 100644
--- a/textproc/p5-XML-XSLT/pkg-plist
+++ b/textproc/p5-XML-XSLT/pkg-plist
@@ -1,5 +1,5 @@
bin/xslt-parser
-lib/perl5/site_perl/%%PERL_VER%%/XML/XSLT.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
+%%SITE_PERL%%/XML/XSLT.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XSLT
+@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true