aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-04-26 21:38:38 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-04-26 21:38:38 +0800
commitf5af9d0218695e076d8edd93c2660ae879f72d77 (patch)
treee9ee17958af54718ad087c26dc8bad57d5f30d20 /mail
parenta5e7a5f7e2de140c398fb3e9c57e906567f29a74 (diff)
downloadfreebsd-ports-gnome-f5af9d0218695e076d8edd93c2660ae879f72d77.tar.gz
freebsd-ports-gnome-f5af9d0218695e076d8edd93c2660ae879f72d77.tar.zst
freebsd-ports-gnome-f5af9d0218695e076d8edd93c2660ae879f72d77.zip
- Update to 1.0400
- Fix *_DEPENDS - Reformat pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Dancer-Plugin-Email/Makefile12
-rw-r--r--mail/p5-Dancer-Plugin-Email/distinfo4
-rw-r--r--mail/p5-Dancer-Plugin-Email/pkg-descr9
3 files changed, 12 insertions, 13 deletions
diff --git a/mail/p5-Dancer-Plugin-Email/Makefile b/mail/p5-Dancer-Plugin-Email/Makefile
index 9185f6286106..a6b38e4a5c0f 100644
--- a/mail/p5-Dancer-Plugin-Email/Makefile
+++ b/mail/p5-Dancer-Plugin-Email/Makefile
@@ -1,26 +1,26 @@
# $FreeBSD$
PORTNAME= Dancer-Plugin-Email
-PORTVERSION= 1.0300
+PORTVERSION= 1.0400
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:IRONCAMEL
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple email handling for Dancer applications
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= p5-Dancer>=1.2:${PORTSDIR}/www/p5-Dancer \
- p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \
+BUILD_DEPENDS= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \
+ p5-Email-Date-Format>=0:${PORTSDIR}/mail/p5-Email-Date-Format \
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}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/mail/p5-Dancer-Plugin-Email/distinfo b/mail/p5-Dancer-Plugin-Email/distinfo
index 316388ccc56b..b5405e754187 100644
--- a/mail/p5-Dancer-Plugin-Email/distinfo
+++ b/mail/p5-Dancer-Plugin-Email/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Dancer-Plugin-Email-1.0300.tar.gz) = f6e03fb9c900c334a3197ed5d893443b718f63812e1629794813d6ec6ec2967c
-SIZE (Dancer-Plugin-Email-1.0300.tar.gz) = 18052
+SHA256 (Dancer-Plugin-Email-1.0400.tar.gz) = 86bf23d47b82cc26c2d8c9ef81bc5fce0a8031a0122869ce2bf8b5c2e7ed4cba
+SIZE (Dancer-Plugin-Email-1.0400.tar.gz) = 18486
diff --git a/mail/p5-Dancer-Plugin-Email/pkg-descr b/mail/p5-Dancer-Plugin-Email/pkg-descr
index fa194b8cc269..3963640acea1 100644
--- a/mail/p5-Dancer-Plugin-Email/pkg-descr
+++ b/mail/p5-Dancer-Plugin-Email/pkg-descr
@@ -1,7 +1,6 @@
-Dancer::Plugin::Email provides an easy way of handling text or
-html email messages with or without attachments. Simply define
-how you wish to send the email in your application's YAML
-configuration file, then call the email keyword passing the
-necessary parameters.
+Dancer::Plugin::Email provides an easy way of handling text or html email
+messages with or without attachments. Simply define how you wish to send the
+email in your application's YAML configuration file, then call the email keyword
+passing the necessary parameters.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Email/