diff options
Diffstat (limited to 'mail/p5-Dancer2-Plugin-Email/Makefile')
-rw-r--r-- | mail/p5-Dancer2-Plugin-Email/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Dancer2-Plugin-Email/Makefile b/mail/p5-Dancer2-Plugin-Email/Makefile index 99ae76bd65a1..a7640641b9a6 100644 --- a/mail/p5-Dancer2-Plugin-Email/Makefile +++ b/mail/p5-Dancer2-Plugin-Email/Makefile @@ -12,12 +12,12 @@ COMMENT= Simple email handling for Dancer2 applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0:${PORTSDIR}/www/p5-Dancer2 \ - p5-Email-Sender>=0:${PORTSDIR}/mail/p5-Email-Sender \ - p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools +BUILD_DEPENDS= p5-Dancer2>=0:www/p5-Dancer2 \ + p5-Email-Sender>=0:mail/p5-Email-Sender \ + p5-File-Type>=0:devel/p5-File-Type \ + p5-MIME-Tools>=0:mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI +TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:devel/p5-Test-WWW-Mechanize-PSGI NO_ARCH= yes USES= perl5 |