diff options
author | tz <tz@FreeBSD.org> | 2017-01-12 19:29:27 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-01-12 19:29:27 +0800 |
commit | 92bc93f45128f80117a5e996d64965b1b9e52abc (patch) | |
tree | 70e3a7f6d1bddc4bbf8a151c1f3edce485575707 /mail | |
parent | 228eb0fe31c32d8843ba97a193a2b7f979403f42 (diff) | |
download | freebsd-ports-gnome-92bc93f45128f80117a5e996d64965b1b9e52abc.tar.gz freebsd-ports-gnome-92bc93f45128f80117a5e996d64965b1b9e52abc.tar.zst freebsd-ports-gnome-92bc93f45128f80117a5e996d64965b1b9e52abc.zip |
mail/phpmailer: Add CPE information
PR: 215891
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/phpmailer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index b40c6ed92ec6..c18039cfae7f 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -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 |