aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 13:23:19 +0800
committeraz <az@FreeBSD.org>2012-06-30 13:23:19 +0800
commitaa44daa1a2357db2175dd99b45bc46bbdfc3e66b (patch)
treeb3dd711ee84d324686505a89f6a26bd97c3da587 /mail
parenta9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed (diff)
downloadfreebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.gz
freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.zst
freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-MIME-Lite-TT-HTML/Makefile20
-rw-r--r--mail/p5-MIME-Lite-TT/Makefile12
2 files changed, 16 insertions, 16 deletions
diff --git a/mail/p5-MIME-Lite-TT-HTML/Makefile b/mail/p5-MIME-Lite-TT-HTML/Makefile
index c67770792911..98325d6f3f0a 100644
--- a/mail/p5-MIME-Lite-TT-HTML/Makefile
+++ b/mail/p5-MIME-Lite-TT-HTML/Makefile
@@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT= Create html mail with MIME::Lite and TT
-BUILD_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
- ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
- ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
- ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
-RUN_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
- ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
- ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
- ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
+BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
+ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
+ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+ p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
+RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
+ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
+ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+ p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
diff --git a/mail/p5-MIME-Lite-TT/Makefile b/mail/p5-MIME-Lite-TT/Makefile
index fc7ecf73cf4b..6eac9a564555 100644
--- a/mail/p5-MIME-Lite-TT/Makefile
+++ b/mail/p5-MIME-Lite-TT/Makefile
@@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT= TT enabled MIME::Lite wrapper
-BUILD_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
- ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
- ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
- ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
- ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes