aboutsummaryrefslogtreecommitdiff
path: root/mail/phpmailer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/phpmailer/Makefile')
-rw-r--r--mail/phpmailer/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile
index c16b4ee53bc7..34e31c40051d 100644
--- a/mail/phpmailer/Makefile
+++ b/mail/phpmailer/Makefile
@@ -3,9 +3,8 @@
PORTNAME= phpmailer
PORTVERSION= 5.2.7
+DISTVERSIONPREFIX= v
CATEGORIES= mail
-MASTER_SITES= https://github.com/Synchro/PHPMailer/archive/
-DISTNAME= v${PORTVERSION}
MAINTAINER= joehorn@gmail.com
COMMENT= Full Featured Email Transfer Class for PHP
@@ -14,7 +13,9 @@ LICENSE= LGPL3
OPTIONS_DEFINE= DOCS EXAMPLES
-WRKSRC= ${WRKDIR}/PHPMailer-${PORTVERSION}
+USE_GITHUB= yes
+GH_ACCOUNT= Synchro
+GH_PROJECT= PHPMailer
NO_BUILD= yes
USE_PHP= yes