diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:05:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:05:37 +0000 |
commit | d8dd4d8574c0f1e28e513f349e78473b7ee766c2 (patch) | |
tree | 66b0416da0f169517f6a7792b17c43794bc9e3d3 /mail/p5-Mail-SendEasy/Makefile | |
parent | 24d30379c401c73f1e294a3f499d55b2e4804e9b (diff) | |
download | ports-d8dd4d8574c0f1e28e513f349e78473b7ee766c2.tar.gz ports-d8dd4d8574c0f1e28e513f349e78473b7ee766c2.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-SendEasy/Makefile')
-rw-r--r-- | mail/p5-Mail-SendEasy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/p5-Mail-SendEasy/Makefile b/mail/p5-Mail-SendEasy/Makefile index 570edfd2fcb2..6a2f5210833f 100644 --- a/mail/p5-Mail-SendEasy/Makefile +++ b/mail/p5-Mail-SendEasy/Makefile @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Send plain/html e-mails through SMTP servers -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> |