svn commit: r431249 - head/mail/phpmailer

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Jan 12 11:29:29 UTC 2017


Author: tz
Date: Thu Jan 12 11:29:27 2017
New Revision: 431249
URL: https://svnweb.freebsd.org/changeset/ports/431249

Log:
  mail/phpmailer: Add CPE information
  
  PR:           215891
  Submitted by: shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/mail/phpmailer/Makefile

Modified: head/mail/phpmailer/Makefile
==============================================================================
--- head/mail/phpmailer/Makefile	Thu Jan 12 11:28:49 2017	(r431248)
+++ head/mail/phpmailer/Makefile	Thu Jan 12 11:29:27 2017	(r431249)
@@ -18,8 +18,9 @@ GH_PROJECT=	PHPMailer
 
 NO_BUILD=	yes
 NO_ARCH=	yes
-USES=		dos2unix php
+USES=		cpe dos2unix php
 
+CPE_VENDOR=	phpmailer_project
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	EXAMPLES


More information about the svn-ports-head mailing list