diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-05-31 17:19:13 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-05-31 17:19:13 +0000 |
commit | 6ee8d7986a6069a87809d38273f95ce11447d5b0 (patch) | |
tree | 8c8ab0cb2521b89972c92615f900cd741ca89830 /mail/phpmailer | |
parent | 9f97bbd03568310830cf93a13c5a8532dead2cb9 (diff) |
Notes
Diffstat (limited to 'mail/phpmailer')
-rw-r--r-- | mail/phpmailer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 21e6fb5cfe98..b8bcdcaf139e 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -12,6 +12,10 @@ COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= phpmailer6 + +PORTSCOUT= limit:^5\. + USE_GITHUB= yes GH_ACCOUNT= PHPMailer GH_PROJECT= PHPMailer |