diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-13 05:41:35 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-13 05:41:35 +0800 |
commit | 2e679ad10ffdfb10772e021ee525a4346b120e81 (patch) | |
tree | 2e941d82044893062d38fceb2701f9160293bedc /mail | |
parent | 61329e524e049d899d814353848713722f2304e6 (diff) | |
download | freebsd-ports-gnome-2e679ad10ffdfb10772e021ee525a4346b120e81.tar.gz freebsd-ports-gnome-2e679ad10ffdfb10772e021ee525a4346b120e81.tar.zst freebsd-ports-gnome-2e679ad10ffdfb10772e021ee525a4346b120e81.zip |
- Update to 0.0002
- Add TEST_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Dancer2-Plugin-Email/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Dancer2-Plugin-Email/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mail/p5-Dancer2-Plugin-Email/Makefile b/mail/p5-Dancer2-Plugin-Email/Makefile index c8774c155783..99ae76bd65a1 100644 --- a/mail/p5-Dancer2-Plugin-Email/Makefile +++ b/mail/p5-Dancer2-Plugin-Email/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Email -PORTVERSION= 0.0001 +PORTVERSION= 0.0002 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,14 @@ COMMENT= Simple email handling for Dancer2 applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \ +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:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Dancer2-Plugin-Email/distinfo b/mail/p5-Dancer2-Plugin-Email/distinfo index 29fa316c6efb..ecd60d70151f 100644 --- a/mail/p5-Dancer2-Plugin-Email/distinfo +++ b/mail/p5-Dancer2-Plugin-Email/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Email-0.0001.tar.gz) = cf9c37e9ddb61ca66704a32670c93f8b6f8c1a8c9e0566ebc688f6ed1ad8ba62 -SIZE (Dancer2-Plugin-Email-0.0001.tar.gz) = 13983 +SHA256 (Dancer2-Plugin-Email-0.0002.tar.gz) = c1adf5e2e2a973528cbbd5588d89d1d35670cf917b6741dbd260e568632e2ce2 +SIZE (Dancer2-Plugin-Email-0.0002.tar.gz) = 15005 |