diff options
Diffstat (limited to 'mail/p5-Dancer-Plugin-Email/Makefile')
-rw-r--r-- | mail/p5-Dancer-Plugin-Email/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/p5-Dancer-Plugin-Email/Makefile b/mail/p5-Dancer-Plugin-Email/Makefile index 809819873817..1b60259dc746 100644 --- a/mail/p5-Dancer-Plugin-Email/Makefile +++ b/mail/p5-Dancer-Plugin-Email/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Dancer-Plugin-Email -PORTVERSION= 0.1203 +PORTVERSION= 0.1300 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IRONCAMEL @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= magik@roorback.net COMMENT= Simple email handling for Dancer applications +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 \ @@ -27,6 +30,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Dancer::Plugin::Email.3 +MAN3= Dancer::Plugin::README.3 \ + Dancer::Plugin::Email.3 .include <bsd.port.mk> |