diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:27:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:56 +0000 |
commit | ca03a61b3699fc52671ff0218258d8611728de7e (patch) | |
tree | 4493c6a93679393a8c043dcff3bec82d7088f0d3 | |
parent | cd23eef9350dab288e3351d46fba68dbd79a1620 (diff) | |
download | ports-ca03a61b3699fc52671ff0218258d8611728de7e.tar.gz ports-ca03a61b3699fc52671ff0218258d8611728de7e.zip |
mail/libesmtp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | mail/libesmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 01c4b4f58d92..1877a8874589 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -19,12 +19,13 @@ COMMENT= Library for posting electronic mail LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= autoreconf gmake libtool tar:bzip2 +USES= autoreconf cpe gmake libtool tar:bzip2 GNU_CONFIGURE= yes # require-all-recipients (implied by enable-all) is required for Balsa CONFIGURE_ARGS= --enable-all --disable-isoc INSTALL_TARGET= install-strip USE_LDCONFIG= yes +CPE_VENDOR= libesmtp_project OPTIONS_DEFINE= OPENSSL DEBUG DOCS EXAMPLES OPTIONS_DEFAULT=OPENSSL |