aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-03 10:48:36 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-03 10:48:36 +0000
commit40a693e37d5b8d4a4a391e3e2ac79a254704b765 (patch)
treea8fe33bfa3b131b12dcf6708fb06a94bdd42844a /textproc
parent8a1cf7845435ae5e8fc14f8ca3c331528f6ddaa4 (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-CSV-Simple/Makefile6
-rw-r--r--textproc/p5-XML-DOM/Makefile8
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-CSV-Simple/Makefile b/textproc/p5-Text-CSV-Simple/Makefile
index 4332eefbda5d..69aa29615ed1 100644
--- a/textproc/p5-Text-CSV-Simple/Makefile
+++ b/textproc/p5-Text-CSV-Simple/Makefile
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module for Simpler parsing of CSV files
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
- ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
- ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger
+BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
+ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile
index e21368b31372..1b6360f50798 100644
--- a/textproc/p5-XML-DOM/Makefile
+++ b/textproc/p5-XML-DOM/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module for building DOM Level 1 compliant document structures
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
- ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/XML/RegExp.pm:${PORTSDIR}/textproc/p5-XML-RegExp
+RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-XML-RegExp>=0:${PORTSDIR}/textproc/p5-XML-RegExp
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes