diff options
author | gblach <gblach@FreeBSD.org> | 2013-07-16 17:12:25 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-07-16 17:12:25 +0800 |
commit | e86c561efe914086f1599a5746a9dd42a12c09dc (patch) | |
tree | 1f52541313df121efab4d816b6f0fa4116226783 /mail | |
parent | e024c55e8dfa7f03e7d7f0f6e88b2790887356d8 (diff) | |
download | freebsd-ports-gnome-e86c561efe914086f1599a5746a9dd42a12c09dc.tar.gz freebsd-ports-gnome-e86c561efe914086f1599a5746a9dd42a12c09dc.tar.zst freebsd-ports-gnome-e86c561efe914086f1599a5746a9dd42a12c09dc.zip |
- Fix RUN_DEPENDS
- Bump PORTREVISION
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Dancer-Plugin-Email/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/p5-Dancer-Plugin-Email/Makefile b/mail/p5-Dancer-Plugin-Email/Makefile index d2ad3efcf025..8bc689471bf3 100644 --- a/mail/p5-Dancer-Plugin-Email/Makefile +++ b/mail/p5-Dancer-Plugin-Email/Makefile @@ -2,6 +2,7 @@ PORTNAME= Dancer-Plugin-Email PORTVERSION= 1.0100 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IRONCAMEL @@ -14,13 +15,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \ - p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-Email-Stuff>=2.102:${PORTSDIR}/mail/p5-Email-Stuff \ - p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \ - p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay + 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:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |