diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-TheSchwartz-Worker-SendEmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-TheSchwartz-Worker-SendEmail/Makefile b/devel/p5-TheSchwartz-Worker-SendEmail/Makefile index ed0bff5c7691..a0d10a0dfee2 100644 --- a/devel/p5-TheSchwartz-Worker-SendEmail/Makefile +++ b/devel/p5-TheSchwartz-Worker-SendEmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= TheSchwartz-Worker-SendEmail PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN/../../authors/id/B/BR/BRADFITZ PKGNAMEPREFIX= p5- @@ -14,7 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= TheSchwartz Worker Task to Send Email -BUILD_DEPENDS= p5-TheSchwartz>=0:${PORTSDIR}/devel/p5-TheSchwartz +BUILD_DEPENDS= p5-TheSchwartz>=1.10:${PORTSDIR}/devel/p5-TheSchwartz \ + p5-Net-DNS>=0.66_1:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Storable>=2.25:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |