svn commit: r384154 - head/mail/opensmtpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 17 11:47:53 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list