Date: Fri, 17 Apr 2015 11:47:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384154 - head/mail/opensmtpd Message-ID: <201504171147.t3HBlrjg022520@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 17 11:47:52 2015 New Revision: 384154 URL: https://svnweb.freebsd.org/changeset/ports/384154 Log: - Add LICENSE_FILE - Add CPE info Approved by: portmgr blanket Modified: head/mail/opensmtpd/Makefile Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Fri Apr 17 11:47:32 2015 (r384153) +++ head/mail/opensmtpd/Makefile Fri Apr 17 11:47:52 2015 (r384154) @@ -14,6 +14,7 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Security- and simplicity-focused SMTP server from OpenBSD LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 @@ -26,13 +27,15 @@ CA_BUNDLE_DESC= Install CA bundle for Op LIBASRDEVEL_DESC= Use development version of libasr MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5) -USES= libtool +USES= cpe libtool USE_OPENSSL= yes WITH_OPENSSL_PORT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \ --with-mailwrapper --with-ssl-dir=${OPENSSLBASE} +CPE_VENDOR= openbsd + USE_RC_SUBR= smtpd SUB_FILES= pkg-install pkg-deinstall pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504171147.t3HBlrjg022520>